Skip to content

Commit 7e29e40

Browse files
committed
Remove hard coded region
Region 'us-east-1' was hard coded in the SAM config.This would not allow the customer to deploy stack in some other region unless it is changed in the config. Removing it will ensure that the region is picked up from developers aws config.
1 parent 899a897 commit 7e29e40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: samconfig.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ version = 0.1
22
[default]
33
[default.deploy]
44
[default.deploy.parameters]
5-
region = "us-east-1"
65
confirm_changeset = true
76
capabilities = "CAPABILITY_NAMED_IAM"

0 commit comments

Comments
 (0)