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 a75173f commit 068adfcCopy full SHA for 068adfc
Makefile
@@ -27,7 +27,7 @@ publish:
27
28
.PHONY: public
29
public:
30
- aws lambda add-layer-version-permission --layer-name ${AWS_LAYER_NAME} --version-number ${AWS_LAYER_VERSION} --statement-id "publicAccess" --principal "*" --action lambda:GetLayerVersion --region "${AWS_REGION}"
+ aws lambda add-layer-version-permission --layer-name ${AWS_LAYER_NAME} --version-number ${AWS_LAYER_VERSION} --statement-id "${AWS_LAYER_NAME}-${AWS_LAYER_VERSION}-publicAccess" --principal "*" --action lambda:GetLayerVersion --region "${AWS_REGION}"
31
32
.PHONY: add
33
add:
0 commit comments