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 e9904a2 commit a5b217aCopy full SHA for a5b217a
apm-lambda-extension/Makefile
@@ -44,6 +44,8 @@ lint:
44
build: check-licenses gen-notice
45
GOOS=linux go build -o bin/extensions/apm-lambda-extension main.go
46
chmod +x bin/extensions/apm-lambda-extension
47
+ cp NOTICE.txt bin/extensions/NOTICE.txt
48
+ cp dependencies.asciidoc bin/extensions/dependencies.asciidoc
49
build-and-publish: check-licenses validate-layer-name validate-aws-default-region
50
ifndef AWS_ACCESS_KEY_ID
51
$(error AWS_ACCESS_KEY_ID is undefined)
0 commit comments