File tree 3 files changed +4
-0
lines changed
layer/scripts/layer-balancer
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ jobs:
120
120
has_arm64_support : " true"
121
121
- region : " eu-west-3"
122
122
has_arm64_support : " true"
123
+ - region : " il-central-1"
124
+ has_arm64_support : " false"
123
125
- region : " me-central-1"
124
126
has_arm64_support : " false"
125
127
- region : " me-south-1"
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ You can include Powertools for AWS Lambda (Python) Lambda Layer using [AWS Lambd
100
100
| `eu-west-1` | [arn:aws:lambda:eu-west-1:017000801446:layer:AWSLambdaPowertoolsPythonV2:40](#){: .copyMe}:clipboard: |
101
101
| `eu-west-2` | [arn:aws:lambda:eu-west-2:017000801446:layer:AWSLambdaPowertoolsPythonV2:40](#){: .copyMe}:clipboard: |
102
102
| `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: |
103
104
| `me-central-1` | [arn:aws:lambda:me-central-1:017000801446:layer:AWSLambdaPowertoolsPythonV2:40](#){: .copyMe}:clipboard: |
104
105
| `me-south-1` | [arn:aws:lambda:me-south-1:017000801446:layer:AWSLambdaPowertoolsPythonV2:40](#){: .copyMe}:clipboard: |
105
106
| `sa-east-1` | [arn:aws:lambda:sa-east-1:017000801446:layer:AWSLambdaPowertoolsPythonV2:40](#){: .copyMe}:clipboard: |
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ var singleArchitectureRegions = []string{
79
79
"eu-central-2" ,
80
80
"eu-south-2" ,
81
81
"me-central-1" ,
82
+ "il-central-1" ,
82
83
}
83
84
84
85
// getLayerVersion returns the latest version of a layer in a region
You can’t perform that action at this time.
0 commit comments