Skip to content

Commit fa58f38

Browse files
committed
Set unique s3_bucket name value
1 parent 3bdab38 commit fa58f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/samconfig.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = 0.1
33
[default.deploy]
44
[default.deploy.parameters]
55
stack_name = "{{cfResourceName}}"
6-
s3_bucket = "aws-sam.functions"
6+
s3_bucket = "{{cfResourceName}}-sam"
77
s3_prefix = "cloudFormationStack-{{cfResourceName}}"
88
region = "us-east-1"
99
capabilities = "CAPABILITY_IAM CAPABILITY_NAMED_IAM"

0 commit comments

Comments
 (0)