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 eb3f041 commit f6fd3b1Copy full SHA for f6fd3b1
apm-lambda-extension/Makefile
@@ -64,6 +64,7 @@ publish: validate-layer-name validate-aws-default-region
64
--layer-name "$(ELASTIC_LAYER_NAME)-$(ARCHITECTURE)" \
65
--description "AWS Lambda Extension Layer for Elastic APM $(ARCHITECTURE)" \
66
--license "Apache-2.0" \
67
+ --compatible-architectures "$(ARCHITECTURE)" \
68
--zip-file "fileb://./bin/extension.zip"
69
70
# Grant public access to the given LAYER in the given AWS region
0 commit comments