Skip to content

Commit

Permalink
chore: update publish layer version command (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored Mar 30, 2022
1 parent 88247d4 commit f6991f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/publish-lambda-layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pushd ..
--layer-name "${LAYER_NAME}" \
--description "Lambda layer using Momento sdk version ${1}" \
--license-info "Apache License 2.0" \
--zip-file "${FILENAME}" \
--zip-file fileb://${FILENAME} \
--compatible-runtimes nodejs14.x nodejs12.x | jq '.Version')

aws lambda add-layer-version-permission \
Expand Down

0 comments on commit f6991f8

Please sign in to comment.