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 }} 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"