File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ package: build
4747
4848.PHONY : publish
4949publish :
50- aws lambda publish-layer-version --layer-name $(LAYER_NAME ) --zip-file fileb://$(BUILD_SPACE ) /opentelemetry-collector-layer-$(GOARCH ) .zip --compatible-runtimes nodejs16.x nodejs18.x nodejs20.x nodejs22.x java11 python3.8 python3.9 python3.10 python3.11 python3.12 --query ' LayerVersionArn' --output text
50+ aws lambda publish-layer-version --layer-name $(LAYER_NAME ) --zip-file fileb://$(BUILD_SPACE ) /opentelemetry-collector-layer-$(GOARCH ) .zip --compatible-runtimes nodejs16.x nodejs18.x nodejs20.x nodejs22.x java11 java17 python3.8 python3.9 python3.10 python3.11 python3.12 --query ' LayerVersionArn' --output text
5151
5252.PHONY : publish-layer
5353publish-layer : package
5454 @echo Publishing collector extension layer...
55- aws lambda publish-layer-version --layer-name $(LAYER_NAME ) --zip-file fileb://$(BUILD_SPACE ) /opentelemetry-collector-layer-$(GOARCH ) .zip --compatible-runtimes nodejs16.x nodejs18.x nodejs20.x nodejs22.x java11 python3.8 python3.9 python3.10 python3.11 python3.12 --query ' LayerVersionArn' --output text
55+ aws lambda publish-layer-version --layer-name $(LAYER_NAME ) --zip-file fileb://$(BUILD_SPACE ) /opentelemetry-collector-layer-$(GOARCH ) .zip --compatible-runtimes nodejs16.x nodejs18.x nodejs20.x nodejs22.x java11 java17 python3.8 python3.9 python3.10 python3.11 python3.12 --query ' LayerVersionArn' --output text
5656 @echo OpenTelemetry Collector layer published.
5757
5858.PHONY : set-otelcol-version
You can’t perform that action at this time.
0 commit comments