Skip to content

Commit 13d1f23

Browse files
committed
asdf
1 parent 8ad0bdc commit 13d1f23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4646
aws-region: ${{ secrets.AWS_REGION }}
4747
- 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
48+
--content S3Bucket=bawks-awesome-python-layer,S3Key=layer.zip \
49+
--compatible-runtimes python3.6 python3.7 python3.8 \
5050
--compatible-architectures "arm64" "x86_64"

0 commit comments

Comments
 (0)