Skip to content

Commit dd016e0

Browse files
committed
deploy to geolambda-dev layers (still release candidate, not final version)
1 parent 33fc7b5 commit dd016e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
for region in us-east-1 us-west-2 eu-central-1
5252
do
5353
LVERSION="$(aws lambda publish-layer-version --region ${region} \
54-
--layer-name geolambda --license-info 'MIT' \
54+
--layer-name geolambda-dev --license-info 'MIT' \
5555
--description 'Native geospatial libaries for all runtimes' \
5656
--zip-file fileb://lambda-deploy.zip | jq '.Version')"
5757
aws lambda add-layer-version-permission --region ${region} \
58-
--layer-name geolambda --action lambda:GetLayerVersion \
58+
--layer-name geolambda-dev --action lambda:GetLayerVersion \
5959
--statement-id public --version-number ${LVERSION} --principal '*'
6060
done
6161

0 commit comments

Comments
 (0)