Skip to content

Commit 6ff37e0

Browse files
committed
asdf
1 parent b2d5839 commit 6ff37e0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,4 @@ jobs:
4848
aws-region: ${{ secrets.AWS_REGION }}
4949
- run: |
5050
aws s3 cp ./lambda_layer.zip s3://bawks-awesome-python-layer
51-
aws lambda publish-layer-version --layer-name my-layer --description "My layer" \
52-
--content S3Bucket=bawks-awesome-python-layer,S3Key=lambda_layer.zip \
53-
--compatible-runtimes python3.8 python3.9
51+
aws lambda publish-layer-version --layer-name my-layer --description "My layer" --content S3Bucket=bawks-awesome-python-layer,S3Key=lambda_layer.zip --compatible-runtimes "python3.8" "python3.9"

0 commit comments

Comments
 (0)