We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faa3157 + 2879f6c commit 1785059Copy full SHA for 1785059
lib/plugins/aws/provider.js
@@ -615,6 +615,7 @@ class AwsProvider {
615
awsLambdaRuntime: {
616
enum: [
617
'dotnet6',
618
+ 'dotnet8',
619
'go1.x',
620
'java21',
621
'java17',
@@ -633,8 +634,10 @@ class AwsProvider {
633
634
'python3.9',
635
'python3.10',
636
'python3.11',
637
+ 'python3.12',
638
'ruby2.7',
639
'ruby3.2',
640
+ 'ruby3.3',
641
],
642
},
643
awsLambdaRuntimeManagement: {
0 commit comments