awslabs / awslabs/amazon-emr-cli
Add a build flag on deploy
Open
enhancement
- Dominant language
- Python
- Stars
- 47
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the `deploy` command assumes that the project has already been built or packaged.
We should either (or both):
- Add some safeguards to prevent deploying if the artifacts don't exist
- Add a `--build` flag to the `deploy` command similar to how we have on the `run` command.
Contributor guide
Research direction
Start by locating the deploy and run command entry points and comparing how the existing build behavior is handled. Check what happens when deploy artifacts are absent, then define completion around either preventing an invalid deployment, supporting a deploy-time build flag, or both, with corresponding command coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python, spark
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100