Skip to content

Commit 832df6f

Browse files
leandrodamascenaCavalcante Damascenaheitorlessa
authored
feat(layers): add new comercial region Israel(Tel Aviv) (#2907)
Co-authored-by: Cavalcante Damascena <[email protected]> Co-authored-by: Heitor Lessa <[email protected]>
1 parent 4ff9ff1 commit 832df6f

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/reusable_deploy_v2_layer_stack.yml

+2
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ jobs:
120120
has_arm64_support: "true"
121121
- region: "eu-west-3"
122122
has_arm64_support: "true"
123+
- region: "il-central-1"
124+
has_arm64_support: "false"
123125
- region: "me-central-1"
124126
has_arm64_support: "false"
125127
- region: "me-south-1"

docs/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ You can include Powertools for AWS Lambda (Python) Lambda Layer using [AWS Lambd
100100
| `eu-west-1` | [arn:aws:lambda:eu-west-1:017000801446:layer:AWSLambdaPowertoolsPythonV2:40](#){: .copyMe}:clipboard: |
101101
| `eu-west-2` | [arn:aws:lambda:eu-west-2:017000801446:layer:AWSLambdaPowertoolsPythonV2:40](#){: .copyMe}:clipboard: |
102102
| `eu-west-3` | [arn:aws:lambda:eu-west-3:017000801446:layer:AWSLambdaPowertoolsPythonV2:40](#){: .copyMe}:clipboard: |
103+
| `il-central-1` | [arn:aws:lambda:il-central-1:017000801446:layer:AWSLambdaPowertoolsPythonV2:40](#){: .copyMe}:clipboard: |
103104
| `me-central-1` | [arn:aws:lambda:me-central-1:017000801446:layer:AWSLambdaPowertoolsPythonV2:40](#){: .copyMe}:clipboard: |
104105
| `me-south-1` | [arn:aws:lambda:me-south-1:017000801446:layer:AWSLambdaPowertoolsPythonV2:40](#){: .copyMe}:clipboard: |
105106
| `sa-east-1` | [arn:aws:lambda:sa-east-1:017000801446:layer:AWSLambdaPowertoolsPythonV2:40](#){: .copyMe}:clipboard: |

layer/scripts/layer-balancer/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ var singleArchitectureRegions = []string{
7979
"eu-central-2",
8080
"eu-south-2",
8181
"me-central-1",
82+
"il-central-1",
8283
}
8384

8485
// getLayerVersion returns the latest version of a layer in a region

0 commit comments

Comments
 (0)