Skip to content

Commit

Permalink
chore: add supported runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 20, 2023
1 parent d2d92fe commit 84e07f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/supportedRuntimes.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
export const supportedGo = new Set(['go1.x'])

// JAVA
export const supportedJava = new Set(['java8', 'java8.al2', 'java11'])
export const supportedJava = new Set(['java8', 'java8.al2', 'java11', 'java17'])

// NODE.JS
export const supportedNodejs = new Set([
Expand All @@ -32,7 +32,7 @@ export const supportedPython = new Set([
])

// RUBY
export const supportedRuby = new Set(['ruby2.7'])
export const supportedRuby = new Set(['ruby2.7', 'ruby3.2'])

// deprecated runtimes
// https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html
Expand Down

0 comments on commit 84e07f6

Please sign in to comment.