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 ab7821a commit aa9e782Copy full SHA for aa9e782
.circleci/config.yml
@@ -41,7 +41,7 @@ jobs:
41
docker run --rm -v $PWD:/home/geolambda --entrypoint package.sh -it developmentseed/geolambda:${VERSION}
42
for region in [us-east-1, us-west-2, eu-central-1]
43
do
44
- aws lambda publish-layer-version --region ${region}
+ aws lambda publish-layer-version --region ${region} \
45
--layer-name geolambda-test --license-info "MIT" \
46
--description "Native geospatial libaries for all runtimes" \
47
--zip-file fileb://lambda-deploy.zip
0 commit comments