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 f8f73d4 commit 0a5dae0Copy full SHA for 0a5dae0
extension/publish-layer.sh
@@ -52,7 +52,7 @@ function publish-layer {
52
--content "S3Bucket=${bucket_name},S3Key=${layer_s3key}" \
53
--description "New Relic Lambda Extension Layer" \
54
--license-info "Apache-2.0" \
55
- --compatible-runtimes "dotnetcore3.1 go1.x java8.al2 java11 provided provided.al2" \
+ --compatible-runtimes "dotnetcore3.1" "java8.al2" "java11" "provided" "provided.al2" \
56
--region $region \
57
--output text \
58
--query Version)
0 commit comments