Skip to content

Commit c1f4bb6

Browse files
authored
Add ap-southeast-3 and me-central-1 regions (#259)
1 parent 7215bf7 commit c1f4bb6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

utils/lambda-publish/Makefile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish-parallel:
1212
# This command is designed for parallel execution of layer publishing.
1313
# When we do `make publish -j7`, make will execute each command defined
1414
# here in parallel.
15-
parallel-publish: america-1 america-2 europe-1 europe-2 asia-1 asia-2 miscellaneous
15+
parallel-publish: america-1 america-2 europe-1 europe-2 asia-1 asia-2 asia-southeast-1 miscellaneous
1616

1717
america-1:
1818
REGION=us-east-1 ./publish.sh #US East (N. Virginia)
@@ -38,14 +38,18 @@ europe-2:
3838
asia-1:
3939
REGION=ap-east-1 ./publish.sh #Asia Pacific (Hong Kong)
4040
REGION=ap-south-1 ./publish.sh #Asia Pacific (Mumbai)
41-
REGION=ap-southeast-1 ./publish.sh #Asia Pacific (Singapore)
4241

4342
asia-2:
4443
REGION=ap-northeast-1 ./publish.sh #Asia Pacific (Tokyo)
4544
REGION=ap-northeast-3 ./publish.sh #Asia Pacific (Osaka)
4645
REGION=ap-northeast-2 ./publish.sh #Asia Pacific (Seoul)
4746

47+
asia-southeast-1:
48+
REGION=ap-southeast-1 ./publish.sh #Asia Pacific (Singapore)
49+
REGION=ap-southeast-2 ./publish.sh #Asia Pacific (Sydney)
50+
REGION=ap-southeast-3 ./publish.sh #Asia Pacific (Jakarta)
51+
4852
miscellaneous:
4953
REGION=af-south-1 ./publish.sh #Africa (Cape Town)
5054
REGION=me-south-1 ./publish.sh #Middle East (Bahrain)
51-
REGION=ap-southeast-2 ./publish.sh #Asia Pacific (Sydney)
55+
REGION=me-central-1 ./publish.sh #Middle East (UAE)

0 commit comments

Comments
 (0)