Skip to content

Commit

Permalink
ci: fix deployment of python layer
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhanson committed Oct 23, 2019
1 parent 83e3c8f commit 7c6ff25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
LVERSION="$(aws lambda publish-layer-version --region ${region} \
--layer-name geolambda-python --license-info 'MIT' \
--description 'Geospatial Python libraries' \
--zip-file fileb://lambda-deploy.zip | jq '.Version')"
--zip-file fileb://python/lambda-deploy.zip | jq '.Version')"
aws lambda add-layer-version-permission --region ${region} \
--layer-name geolambda-python --action lambda:GetLayerVersion \
--statement-id public --version-number ${LVERSION} --principal '*'
Expand Down

0 comments on commit 7c6ff25

Please sign in to comment.