Skip to content

Commit 7c6ff25

Browse files
committed
ci: fix deployment of python layer
1 parent 83e3c8f commit 7c6ff25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
LVERSION="$(aws lambda publish-layer-version --region ${region} \
6363
--layer-name geolambda-python --license-info 'MIT' \
6464
--description 'Geospatial Python libraries' \
65-
--zip-file fileb://lambda-deploy.zip | jq '.Version')"
65+
--zip-file fileb://python/lambda-deploy.zip | jq '.Version')"
6666
aws lambda add-layer-version-permission --region ${region} \
6767
--layer-name geolambda-python --action lambda:GetLayerVersion \
6868
--statement-id public --version-number ${LVERSION} --principal '*'

0 commit comments

Comments
 (0)