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 83e3c8f commit 7c6ff25Copy full SHA for 7c6ff25
.circleci/config.yml
@@ -62,7 +62,7 @@ jobs:
62
LVERSION="$(aws lambda publish-layer-version --region ${region} \
63
--layer-name geolambda-python --license-info 'MIT' \
64
--description 'Geospatial Python libraries' \
65
- --zip-file fileb://lambda-deploy.zip | jq '.Version')"
+ --zip-file fileb://python/lambda-deploy.zip | jq '.Version')"
66
aws lambda add-layer-version-permission --region ${region} \
67
--layer-name geolambda-python --action lambda:GetLayerVersion \
68
--statement-id public --version-number ${LVERSION} --principal '*'
0 commit comments