Skip to content

Commit aa62584

Browse files
authored
chore: add new AWS regions to layer workflow and documentation (#3659)
1 parent aa14637 commit aa62584

File tree

3 files changed

+40
-7
lines changed

3 files changed

+40
-7
lines changed

Diff for: .github/workflows/reusable_deploy_layer_stack.yml

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
"ap-southeast-2",
5050
"ap-southeast-3",
5151
"ap-southeast-4",
52+
"ap-southeast-5",
53+
"ap-southeast-7",
5254
"ca-central-1",
5355
"ca-west-1",
5456
"eu-west-1",
@@ -61,6 +63,7 @@ jobs:
6163
"me-south-1",
6264
"me-central-1",
6365
"il-central-1",
66+
"mx-central-1"
6467
]
6568
steps:
6669
- name: checkout

Diff for: .github/workflows/update_ssm.yml

+34-7
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,40 @@ jobs:
5050
environment: SSM
5151
strategy:
5252
matrix:
53-
region: ["af-south-1", "ap-east-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3",
54-
"ap-south-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3",
55-
"ap-southeast-4", "ca-central-1", "ca-west-1", "eu-central-1", "eu-central-2",
56-
"eu-north-1", "eu-south-1", "eu-south-2", "eu-west-1", "eu-west-2", "eu-west-3",
57-
"il-central-1", "me-central-1", "me-south-1", "sa-east-1", "us-east-1",
58-
"us-east-2", "us-west-1", "us-west-2", "ap-southeast-5"
59-
]
53+
region: [
54+
"af-south-1",
55+
"eu-central-1",
56+
"eu-central-2",
57+
"us-east-1",
58+
"us-east-2",
59+
"us-west-1",
60+
"us-west-2",
61+
"ap-east-1",
62+
"ap-south-1",
63+
"ap-south-2",
64+
"ap-northeast-1",
65+
"ap-northeast-2",
66+
"ap-northeast-3",
67+
"ap-southeast-1",
68+
"ap-southeast-2",
69+
"ap-southeast-3",
70+
"ap-southeast-4",
71+
"ap-southeast-5",
72+
"ap-southeast-7",
73+
"ca-central-1",
74+
"ca-west-1",
75+
"eu-west-1",
76+
"eu-west-2",
77+
"eu-west-3",
78+
"eu-south-1",
79+
"eu-south-2",
80+
"eu-north-1",
81+
"sa-east-1",
82+
"me-south-1",
83+
"me-central-1",
84+
"il-central-1",
85+
"mx-central-1"
86+
]
6087

6188
permissions:
6289
contents: write

Diff for: docs/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ You can use the Lambda Layer both with CommonJS and ESM (ECMAScript modules) for
287287
| `ap-southeast-2` | [arn:aws:lambda:ap-southeast-2:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:21](#){: .copyMe}:clipboard: |
288288
| `ap-southeast-3` | [arn:aws:lambda:ap-southeast-3:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:21](#){: .copyMe}:clipboard: |
289289
| `ap-southeast-4` | [arn:aws:lambda:ap-southeast-4:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:21](#){: .copyMe}:clipboard: |
290+
| `ap-southeast-5` | [arn:aws:lambda:ap-southeast-5:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:21](#){: .copyMe}:clipboard: |
291+
| `ap-southeast-7` | [arn:aws:lambda:ap-southeast-7:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:21](#){: .copyMe}:clipboard: |
290292
| `eu-central-1` | [arn:aws:lambda:eu-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:21](#){: .copyMe}:clipboard: |
291293
| `eu-central-2` | [arn:aws:lambda:eu-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:21](#){: .copyMe}:clipboard: |
292294
| `eu-west-1` | [arn:aws:lambda:eu-west-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:21](#){: .copyMe}:clipboard: |
@@ -302,6 +304,7 @@ You can use the Lambda Layer both with CommonJS and ESM (ECMAScript modules) for
302304
| `me-south-1` | [arn:aws:lambda:me-south-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:21](#){: .copyMe}:clipboard: |
303305
| `me-central-1` | [arn:aws:lambda:me-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:21](#){: .copyMe}:clipboard: |
304306
| `il-central-1` | [arn:aws:lambda:il-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:21](#){: .copyMe}:clipboard: |
307+
| `mx-central-1` | [arn:aws:lambda:mx-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:21](#){: .copyMe}:clipboard: |
305308

306309
**Want to inspect the contents of the Layer?**
307310

0 commit comments

Comments
 (0)