Skip to content

Commit b01f8e7

Browse files
committed
feat(bin): Add new AWS region ca-west-1
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent c30abd9 commit b01f8e7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bin/aws-lambda/build_and_publish_lambda_layer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
'ap-southeast-3',
9999
'ap-southeast-4',
100100
'ca-central-1',
101+
'ca-west-1',
101102
'cn-north-1',
102103
'cn-northwest-1',
103104
'eu-central-1',

bin/create_lambda_release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'ap-southeast-3',
4444
'ap-southeast-4',
4545
'ca-central-1',
46+
'ca-west-1',
4647
'cn-north-1',
4748
'cn-northwest-1',
4849
'eu-central-1',

0 commit comments

Comments
 (0)