Skip to content

Commit

Permalink
chore: fix illegale statement id chars part 3 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored Mar 30, 2022
1 parent 53ea9bc commit e3845e3
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 @@ -30,7 +30,7 @@ pushd ..
aws lambda add-layer-version-permission \
--layer-name "${LAYER_NAME}" \
--version-number "${LAYER_VERSION}" \
--statement-id "Allow all aws accounts access to momento-sdk-javascript lambda layer version ${1//\./_}" \
--statement-id "version_${1//\./_}" \
--principal \* \
--action lambda:GetLayerVersion
popd

0 comments on commit e3845e3

Please sign in to comment.