Skip to content

Commit 9668a0f

Browse files
author
Alexander Schueren
authored
chore(ci): add il-central-1 to layer deployment pipeline (#1656)
* add TelAviv region to layer deployment * add TelAviv region to docs
1 parent 83f388a commit 9668a0f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/reusable_deploy_layer_stack.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
"eu-north-1",
5858
"sa-east-1",
5959
"me-south-1",
60+
"il-central-1",
6061
]
6162
steps:
6263
- name: checkout
@@ -103,4 +104,4 @@ jobs:
103104
if: ${{ inputs.stage == 'PROD' }}
104105
uses: ./.github/workflows/reusable_update_layer_arn_docs.yml
105106
with:
106-
latest_published_version: ${{ inputs.latest_published_version }}
107+
latest_published_version: ${{ inputs.latest_published_version }}

docs/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ You can include Powertools for AWS Lambda (TypeScript) Lambda Layer using [AWS L
6666
| `sa-east-1` | [arn:aws:lambda:sa-east-1:094274105915:layer:AWSLambdaPowertoolsTypeScript:18](#){: .copyMe}:clipboard: |
6767
| `af-south-1` | [arn:aws:lambda:af-south-1:094274105915:layer:AWSLambdaPowertoolsTypeScript:18](#){: .copyMe}:clipboard: |
6868
| `me-south-1` | [arn:aws:lambda:me-south-1:094274105915:layer:AWSLambdaPowertoolsTypeScript:18](#){: .copyMe}:clipboard: |
69+
| `il-central-1` | [arn:aws:lambda:il-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScript:18](#){: .copyMe}:clipboard: |
6970

7071
??? note "Click to expand and copy code snippets for popular frameworks"
7172

0 commit comments

Comments
 (0)