feat(AWS Lambda): Recognize new .NET runtimes (#11941)

This commit is contained in:
Graham Campbell 2023-05-11 16:51:18 +01:00 committed by GitHub
parent e1703c8551
commit 314f32cd2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -614,8 +614,10 @@ class AwsProvider {
},
awsLambdaRuntime: {
enum: [
'dotnet6',
'dotnetcore3.1',
'dotnet5.0',
'dotnet6',
'dotnet7',
'go1.x',
'java17',
'java11',