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 e8d77b7 commit 2455001Copy full SHA for 2455001
.github/workflows/publish.yml
@@ -56,6 +56,17 @@ jobs:
56
env:
57
PYPI_USERNAME: __token__
58
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
59
+ - name: publish lambda layer in SAR by triggering the internal codepipeline
60
+ run: |
61
+ aws ssm put-parameter --name "powertools-python-release-version" --value $RELEASE_TAG_VERSION --overwrite
62
+ aws codepipeline start-pipeline-execution --name ${{ secrets.CODEPIPELINE_NAME }}
63
+ env:
64
+ AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
65
+ AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
66
+ AWS_DEFAULT_REGION: eu-west-1
67
+ AWS_DEFAULT_OUTPUT: json
68
+
69
70
71
sync_master:
72
needs: upload
.github/workflows/publish_layer.yml
0 commit comments