File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -Eeuo pipefail
55BUCKET_PREFIX=nr-layers
66
77EXTENSION_DIST_DIR=extensions
8- EXTENSION_DIST_URL=https://github.com/newrelic/newrelic-lambda-extension/releases/download/v1.2.3 /newrelic-lambda-extension.zip
8+ EXTENSION_DIST_URL=https://github.com/newrelic/newrelic-lambda-extension/releases/download/v1.2.4 /newrelic-lambda-extension.zip
99EXTENSION_DIST_ZIP=extension.zip
1010
1111REGIONS=(
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ NJS12X_DIST=$DIST_DIR/nodejs12x.zip
1111NJS14X_DIST=$DIST_DIR /nodejs14x.zip
1212
1313EXTENSION_DIST_DIR=extensions
14- EXTENSION_DIST_URL=https://github.com/newrelic/newrelic-lambda-extension/releases/download/v1.2.3 /newrelic-lambda-extension.zip
14+ EXTENSION_DIST_URL=https://github.com/newrelic/newrelic-lambda-extension/releases/download/v1.2.4 /newrelic-lambda-extension.zip
1515EXTENSION_DIST_ZIP=extension.zip
1616EXTENSION_DIST_PREVIEW_FILE=preview-extensions-ggqizro707
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ PY37_DIST=dist/python37.zip
1111PY38_DIST=dist/python38.zip
1212
1313EXTENSION_DIST_DIR=extensions
14- EXTENSION_DIST_URL=https://github.com/newrelic/newrelic-lambda-extension/releases/download/v1.2.3 /newrelic-lambda-extension.zip
14+ EXTENSION_DIST_URL=https://github.com/newrelic/newrelic-lambda-extension/releases/download/v1.2.4 /newrelic-lambda-extension.zip
1515EXTENSION_DIST_ZIP=extension.zip
1616EXTENSION_DIST_PREVIEW_FILE=preview-extensions-ggqizro707
1717
You can’t perform that action at this time.
0 commit comments