Skip to content

Commit

Permalink
fix(lamba): Add Java 8 Corretto Runtime support
Browse files Browse the repository at this point in the history
  • Loading branch information
flemjame-at-amazon committed Aug 27, 2020
1 parent 09e4f98 commit 77f9703
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 @@ -97,6 +97,11 @@ export class Runtime {
*/
public static readonly JAVA_8 = new Runtime('java8', RuntimeFamily.JAVA);

/**
* The Java 8 Corretto runtime (java8.al2)
*/
public static readonly JAVA_8_CORRETTO = new Runtime('java8.al2', RuntimeFamily.JAVA);

/**
* The Java 11 runtime (java11)
*/
Expand Down

0 comments on commit 77f9703

Please sign in to comment.