Skip to content

Commit 246ebde

Browse files
feat: add supported regions (#410)
1 parent 35b4fa0 commit 246ebde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

variables.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ AWS_REGIONS := us-west-2 \
2323
ap-northeast-3 \
2424
ap-northeast-2 \
2525
ap-northeast-1 \
26+
me-south-1 \
27+
me-central-1 \
28+
il-central-1 \
29+
mx-central-1 \
2630

2731
# Assume lambda functions are linux/arm64
2832
# These variables must be defined before GO_BUILD_DIRS

0 commit comments

Comments
 (0)