File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1515
1616export AWS_FOLDER GOARCH ARCHITECTURE
1717
18+ .PHONY : all
19+ all : build
20+
1821check-licenses :
1922 go install github.com/elastic/go-licenser@v0.4.0
2023 go run github.com/elastic/go-licenser@v0.4.0 -d .
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33# build the go extension, and then zip up
4- make && cd bin && zip -r extension.zip extensions
4+ make all && cd bin && zip -r extension.zip extensions
55
66# then run this command with amazon stuff exported
77
88# AWS_ACCESS_KEY_ID='' AWS_SECRET_ACCESS_KEY='' \
99# aws lambda publish-layer-version \
1010# --layer-name "apm-lambda-extension" \
1111# --region us-west-2 \
12- # --zip-file "fileb://extension.zip"
12+ # --zip-file "fileb://extension.zip"
You can’t perform that action at this time.
0 commit comments