Skip to content

Commit 2c5e5b4

Browse files
Merge pull request goadapp#84 from mstrzele/new-aws-lambda-regions
Add new AWS Lambda regions
2 parents 9de7e08 + d0cf1da commit 2c5e5b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

goad.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ var supportedRegions = []string{
4646
"eu-west-1",
4747
"ap-northeast-1",
4848
"eu-central-1",
49+
"ap-northeast-2",
50+
"ap-southeast-1",
51+
"ap-southeast-2",
4952
}
5053

5154
// Test type

0 commit comments

Comments
 (0)