Skip to content

Commit

Permalink
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 0471029

Please sign in to comment.