-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* I think it works now * Added new updates, removed cfn template deployment as a change set will deploy a template if that template doesn't exist * Update README.rst * Lambda role name (#7) * Added Flag for lambda role name * Added lambda role generation Co-authored-by: Jarrett Andrulis <[email protected]> Co-authored-by: Jarrett Andrulis <[email protected]>
- Loading branch information
1 parent
0423a1d
commit f5f56e5
Showing
2 changed files
with
37 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,28 @@ | ||
|
||
default: | ||
- af-south-1 | ||
- ap-east-1 | ||
- us-west-2 | ||
- us-east-2 | ||
- us-east-1 | ||
- ap-northeast-1 | ||
- ap-northeast-2 | ||
- ap-northeast-3 | ||
- ap-south-1 | ||
- ap-southeast-1 | ||
- ap-southeast-2 | ||
- ca-central-1 | ||
- eu-central-1 | ||
- eu-north-1 | ||
test-commercial: | ||
- ap-east-1 | ||
- eu-south-1 | ||
- eu-west-1 | ||
- eu-west-2 | ||
- eu-west-3 | ||
- me-south-1 | ||
- sa-east-1 | ||
- us-east-1 | ||
- us-east-2 | ||
- us-west-1 | ||
- us-west-2 | ||
- us-east-1 | ||
- eu-north-1 | ||
set-china: | ||
- cn-north-1 | ||
- cn-northwest-1 | ||
set-gov: | ||
- us-gov-east-1 | ||
- us-gov-west-1 |