Skip to content

Commit

Permalink
chore(ci): remove python3.8 runtime when bootstrapping a new region (#…
Browse files Browse the repository at this point in the history
…6101)

Removing python3.8 when bootstraping a new region
  • Loading branch information
leandrodamascena authored Feb 17, 2025
1 parent a56e9c7 commit 6465de0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 166 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bootstrap_region.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,11 @@ jobs:
strategy:
matrix:
layer:
- AWSLambdaPowertoolsPythonV3-python38-arm64
- AWSLambdaPowertoolsPythonV3-python39-arm64
- AWSLambdaPowertoolsPythonV3-python310-arm64
- AWSLambdaPowertoolsPythonV3-python311-arm64
- AWSLambdaPowertoolsPythonV3-python312-arm64
- AWSLambdaPowertoolsPythonV3-python313-arm64
- AWSLambdaPowertoolsPythonV3-python38-x86_64
- AWSLambdaPowertoolsPythonV3-python39-x86_64
- AWSLambdaPowertoolsPythonV3-python310-x86_64
- AWSLambdaPowertoolsPythonV3-python311-x86_64
Expand Down
163 changes: 0 additions & 163 deletions .github/workflows/layer_rename.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/update_ssm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ run-name: SSM Parameters - Python
# A successful parameter would look similar to:
# /aws/service/powertools/python/arm64/python3.13/3.1.0
# And will have a value of:
# arn:aws:lambda:eu-west-1:017000801446:layer:AWSLambdaPowertoolsPythonV3-python38-arm64:4
# arn:aws:lambda:eu-west-1:017000801446:layer:AWSLambdaPowertoolsPythonV3-python313-arm64:4

on:
workflow_dispatch:
Expand Down

0 comments on commit 6465de0

Please sign in to comment.