We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdab38 commit fa58f38Copy full SHA for fa58f38
1 file changed
templates/samconfig.toml
@@ -3,7 +3,7 @@ version = 0.1
3
[default.deploy]
4
[default.deploy.parameters]
5
stack_name = "{{cfResourceName}}"
6
-s3_bucket = "aws-sam.functions"
+s3_bucket = "{{cfResourceName}}-sam"
7
s3_prefix = "cloudFormationStack-{{cfResourceName}}"
8
region = "us-east-1"
9
capabilities = "CAPABILITY_IAM CAPABILITY_NAMED_IAM"
0 commit comments