aws / aws/aws-sam-cli

sam deploy in an asynchronous manner

Open
#2,761 3 comments 0 reactions 0 assignees View on GitHub
stage/pm-review type/feature
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.