From 285543af4b0f5add3108d91ad4153b3b1e240588 Mon Sep 17 00:00:00 2001 From: Alexander Melnyk Date: Thu, 17 Aug 2023 14:41:45 +0200 Subject: [PATCH 1/2] add TelAviv region to layer deployment --- .github/workflows/reusable_deploy_layer_stack.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable_deploy_layer_stack.yml b/.github/workflows/reusable_deploy_layer_stack.yml index 27521fc887..6c970a4205 100644 --- a/.github/workflows/reusable_deploy_layer_stack.yml +++ b/.github/workflows/reusable_deploy_layer_stack.yml @@ -57,6 +57,7 @@ jobs: "eu-north-1", "sa-east-1", "me-south-1", + "il-central-1", ] steps: - name: checkout @@ -103,4 +104,4 @@ jobs: if: ${{ inputs.stage == 'PROD' }} uses: ./.github/workflows/reusable_update_layer_arn_docs.yml with: - latest_published_version: ${{ inputs.latest_published_version }} \ No newline at end of file + latest_published_version: ${{ inputs.latest_published_version }} From 536e6640eb3f264193010532297616fa4a47c9dc Mon Sep 17 00:00:00 2001 From: Alexander Melnyk Date: Thu, 17 Aug 2023 14:43:28 +0200 Subject: [PATCH 2/2] add TelAviv region to docs --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index b0c16e76da..e3f7350ef3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -66,6 +66,7 @@ You can include Powertools for AWS Lambda (TypeScript) Lambda Layer using [AWS L | `sa-east-1` | [arn:aws:lambda:sa-east-1:094274105915:layer:AWSLambdaPowertoolsTypeScript:18](#){: .copyMe}:clipboard: | | `af-south-1` | [arn:aws:lambda:af-south-1:094274105915:layer:AWSLambdaPowertoolsTypeScript:18](#){: .copyMe}:clipboard: | | `me-south-1` | [arn:aws:lambda:me-south-1:094274105915:layer:AWSLambdaPowertoolsTypeScript:18](#){: .copyMe}:clipboard: | + | `il-central-1` | [arn:aws:lambda:il-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScript:18](#){: .copyMe}:clipboard: | ??? note "Click to expand and copy code snippets for popular frameworks"