mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
feat(AWS Lambda): Recognize new .NET runtimes (#11941)
This commit is contained in:
parent
e1703c8551
commit
314f32cd2b
@ -614,8 +614,10 @@ class AwsProvider {
|
||||
},
|
||||
awsLambdaRuntime: {
|
||||
enum: [
|
||||
'dotnet6',
|
||||
'dotnetcore3.1',
|
||||
'dotnet5.0',
|
||||
'dotnet6',
|
||||
'dotnet7',
|
||||
'go1.x',
|
||||
'java17',
|
||||
'java11',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user