We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26454b0 commit 0af7f07Copy full SHA for 0af7f07
.github/workflows/reusable_deploy_v3_sar.yml
@@ -37,7 +37,7 @@ permissions:
37
env:
38
NODE_VERSION: 18.20.4
39
AWS_REGION: eu-west-1
40
- SAR_NAME: aws-lambda-powertools-python-layer # PROBLEM - WE NEED TO TALK
+ SAR_NAME: aws-lambda-powertools-python-layer-v3 # PROBLEM - WE NEED TO TALK
41
TEST_STACK_NAME: serverlessrepo-v3-powertools-layer-test-stack
42
RELEASE_COMMIT: ${{ github.sha }} # it gets propagated from the caller for security reasons
43
0 commit comments