Commit 6138939
authored
Adds a new parameter to allow deployment of SAM templates larger than 51200 bytes over s3 bucket.
Feature to deploy a template larger than 51,200 bytes with the command aws cloudformation deploy.
--s3-bucket: The URI of the Amazon S3 bucket where this command uploads your AWS CloudFormation template. This is required to deploy templates that are larger than 51,200 bytes.
AWS documentation: https://docs.aws.amazon.com/cli/latest/reference/cloudformation/deploy/index.html#deploy1 parent 02791ce commit 6138939
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
0 commit comments