Skip to content

Commit

Permalink
feat(lambda): dotnet6 runtime (aws#19144)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored and TheRealAmazonKendra committed Mar 11, 2022
1 parent ae1c61e commit 1564dfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/@aws-cdk/aws-lambda/lib/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ export class Runtime {
supportsCodeGuruProfiling: true,
});

/**
* The .NET 6 runtime (dotnet6)
*/
public static readonly DOTNET_6 = new Runtime('dotnet6', RuntimeFamily.DOTNET_CORE);

/**
* The .NET Core 1.0 runtime (dotnetcore1.0)
* Legacy runtime no longer supported by AWS Lambda.
Expand Down

0 comments on commit 1564dfd

Please sign in to comment.