File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -219,3 +219,10 @@ jobs:
219219 adot-image-name : ${{ inputs.adot-image-name }}
220220 caller-workflow-name : ' main-build'
221221 java-version : ' 11'
222+
223+ java-lambda-test :
224+ uses : aws-observability/aws-application-signals-test-framework/.github/workflows/java-lambda-test.yml@main
225+ secrets : inherit
226+ with :
227+ aws-region : us-east-1
228+ caller-workflow-name : ' main-build'
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 aws lambda publish-layer-version \
110110 --layer-name ${{ env.LAYER_NAME }} \
111111 --content S3Bucket=${{ env.BUCKET_NAME }},S3Key=aws-opentelemetry-java-layer.zip \
112- --compatible-runtimes java17 java21 \
112+ --compatible-runtimes java11 java17 java21 \
113113 --compatible-architectures "arm64" "x86_64" \
114114 --license-info "Apache-2.0" \
115115 --description "AWS Distro of OpenTelemetry Lambda Layer for Java Runtime" \
You can’t perform that action at this time.
0 commit comments