Skip to content

Commit 3677abc

Browse files
authored
chore(ci): temporarily disable me-central-1 deployments (#5111)
1 parent 46ffc2a commit 3677abc

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/reusable_deploy_layer_stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
"eu-north-1",
6666
"sa-east-1",
6767
"me-south-1",
68-
"me-central-1",
68+
# "me-central-1", # temporarily disabled due to service disruptions
6969
"il-central-1",
7070
"mx-central-1"
7171
]

.github/workflows/update_ssm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ jobs:
107107
"eu-south-2",
108108
"eu-north-1",
109109
"sa-east-1",
110-
"me-south-1",
111-
"me-central-1",
110+
"me-south-1",
111+
# "me-central-1", # temporarily disabled due to service disruptions
112112
"il-central-1",
113113
"mx-central-1"
114114
]

docs/getting-started/lambda-layers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ We publish the Lambda Layer for Powertools for AWS Lambda in all commercial regi
4848
| `sa-east-1` | [arn:aws:lambda:sa-east-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:45](#){: .copyMe} |
4949
| `af-south-1` | [arn:aws:lambda:af-south-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:45](#){: .copyMe} |
5050
| `me-south-1` | [arn:aws:lambda:me-south-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:45](#){: .copyMe} |
51-
| `me-central-1` | [arn:aws:lambda:me-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:45](#){: .copyMe} |
51+
| `me-central-1`* | [arn:aws:lambda:me-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:45](#){: .copyMe} |
5252
| `il-central-1` | [arn:aws:lambda:il-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:45](#){: .copyMe} |
5353
| `mx-central-1` | [arn:aws:lambda:mx-central-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:45](#){: .copyMe} |
5454
| `us-gov-west-1` | [arn:aws-us-gov:lambda:us-gov-west-1:165093116878:layer:AWSLambdaPowertoolsTypeScriptV2:45](#){: .copyMe} |
5555
| `us-gov-east-1` | [arn:aws-us-gov:lambda:us-gov-east-1:165087284144:layer:AWSLambdaPowertoolsTypeScriptV2:45](#){: .copyMe} |
5656
| `cn-north-1` | [arn:aws-cn:lambda:cn-north-1:498634801083:layer:AWSLambdaPowertoolsTypeScriptV2:45](#){: .copyMe} |
5757

58+
_\* New layer versions for `me-central-1` are temporarily paused due to service disruptions._
59+
5860
### Lookup Layer ARN via AWS SSM Parameter Store
5961

6062
You can also use AWS SSM Parameter Store to dynamically add Powertools for AWS Lambda. The `{version}` placeholder is the semantic version number (e,g. 2.1.0) for a release or `_latest_`.

0 commit comments

Comments
 (0)