diff --git a/template-arm64.yaml b/template-arm64.yaml index 40807935..e495b1d7 100644 --- a/template-arm64.yaml +++ b/template-arm64.yaml @@ -22,6 +22,7 @@ Resources: - dotnet6 - dotnetcore3.1 - provided.al2 + - provided.al2023 Description: 'Layer for AWS Lambda Adapter arm64' LicenseInfo: 'Available under the Apache-2.0 license.' RetentionPolicy: Retain diff --git a/template-x86_64.yaml b/template-x86_64.yaml index eb0e0e35..b69d21c9 100644 --- a/template-x86_64.yaml +++ b/template-x86_64.yaml @@ -24,6 +24,7 @@ Resources: - dotnetcore3.1 - provided.al2 - provided + - provided.al2023 Description: 'Layer for AWS Lambda Adapter x86_64' LicenseInfo: 'Available under the Apache-2.0 license.' RetentionPolicy: Retain