We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad0bdc commit 13d1f23Copy full SHA for 13d1f23
1 file changed
.github/workflows/main.yml
@@ -45,6 +45,6 @@ jobs:
45
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
46
aws-region: ${{ secrets.AWS_REGION }}
47
- run: aws lambda publish-layer-version --layer-name my-layer --description "My layer" \
48
- --license-info "MIT" --content S3Bucket=bawks-awesome-python-layer,S3Key=layer.zip \
49
- --compatible-runtimes python3.6 python3.7 python3.8
+ --content S3Bucket=bawks-awesome-python-layer,S3Key=layer.zip \
+ --compatible-runtimes python3.6 python3.7 python3.8 \
50
--compatible-architectures "arm64" "x86_64"
0 commit comments