sam deploy in an asynchronous manner
- Dominant language
- Python
- Stars
- 6.7k
- Forks
- 1.2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 52
Description
### Deploy in an Asynchronous manner
Currently when deploying a SAM template with a CodeDeploy configuration, the deployment process can take even 30 minutes or more, depending on the Strategy I choose (i.e. `DeploymentPreference`). I don't want my build or even a command line process to be "stuck" for this long.
### Proposal
I am hoping to have a command line option for the sam deploy command (i.e. `--async`) and it would deploy the CloudFormation stack and not wait until it is done deploying all the stack resources. Something similar to the way `aws cloudformation create-stack` and `aws cloudformation update-stack` work. If I wish, I could implement a polling mechanism for the stack deployment status.
Contributor guide
Assessment
This issue has not been assessed yet.