Skip to content

Commit

Permalink
feat(lambda): .net core 3.1 runtime (#7105)
Browse files Browse the repository at this point in the history
Closes #7104
  • Loading branch information
michaeldimoudis authored Apr 2, 2020
1 parent c97e63b commit ca2585c
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 @@ -113,6 +113,11 @@ export class Runtime {
*/
public static readonly DOTNET_CORE_2_1 = new Runtime('dotnetcore2.1', RuntimeFamily.DOTNET_CORE);

/**
* The .NET Core 3.1 runtime (dotnetcore3.1)
*/
public static readonly DOTNET_CORE_3_1 = new Runtime('dotnetcore3.1', RuntimeFamily.DOTNET_CORE);

/**
* The Go 1.x runtime (go1.x)
*/
Expand Down

0 comments on commit ca2585c

Please sign in to comment.