Skip to content

Commit 1785059

Browse files
authored
Merge pull request #8 from LironEr/feat/runtimes
feat: support .NET 8, Python 3.12 and Ruby 3.3 runtimes
2 parents faa3157 + 2879f6c commit 1785059

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/plugins/aws/provider.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ class AwsProvider {
615615
awsLambdaRuntime: {
616616
enum: [
617617
'dotnet6',
618+
'dotnet8',
618619
'go1.x',
619620
'java21',
620621
'java17',
@@ -633,8 +634,10 @@ class AwsProvider {
633634
'python3.9',
634635
'python3.10',
635636
'python3.11',
637+
'python3.12',
636638
'ruby2.7',
637639
'ruby3.2',
640+
'ruby3.3',
638641
],
639642
},
640643
awsLambdaRuntimeManagement: {

0 commit comments

Comments
 (0)