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 77c77d9 commit b261634Copy full SHA for b261634
Makefile
@@ -23,7 +23,7 @@ package: build
23
24
.PHONY: publish
25
publish:
26
- aws lambda publish-layer-version --layer-name "${AWS_LAYER_NAME}" --compatible-architectures "${AWS_ARCH}" --region "${AWS_REGION}" --zip-file "fileb://build/firetail-extension-${ARCH}-${VERSION}.zip" | jq -r '.Version'
+ @aws lambda publish-layer-version --layer-name "${AWS_LAYER_NAME}" --compatible-architectures "${AWS_ARCH}" --region "${AWS_REGION}" --zip-file "fileb://build/firetail-extension-${ARCH}-${VERSION}.zip" | jq -r '.Version'
27
28
.PHONY: public
29
public:
0 commit comments