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.
1 parent c10134b commit 265e2b9Copy full SHA for 265e2b9
lib/plugins/aws/provider.js
@@ -640,6 +640,7 @@ class AwsProvider {
640
'ruby2.7',
641
'ruby3.2',
642
'ruby3.3',
643
+ 'ruby3.4',
644
],
645
},
646
awsLambdaRuntimeManagement: {
types/index.d.ts
@@ -76,7 +76,8 @@ export type AwsLambdaRuntime =
76
| "python3.13"
77
| "ruby2.7"
78
| "ruby3.2"
79
- | "ruby3.3";
+ | "ruby3.3"
80
+ | "ruby3.4";
81
export type AwsLambdaRuntimeManagement =
82
| ("auto" | "onFunctionUpdate")
83
| {
0 commit comments