Add cleanup command
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 71
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
AWS currently has a limit on uploaded lambda bundles at 75GB, it would be nice to have a command to cleanup old, unused bundles from AWS to make room for new shiny code ✨
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing deployment command and the code that uploads Lambda bundles to AWS. Determine how old and unused bundles can be identified and what safeguards the cleanup command needs before deletion. Done means the command frees space without removing bundles still in use, with coverage for its cleanup behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, javascript, node.js
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100