Skip to content

Commit f2da50c

Browse files
authored
fix:downgrade lambda runtime version to nodejs18.x in integ test (#3687)
1 parent a80f1a0 commit f2da50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/resources/templates/combination/function_with_alias_all_properties_and_layer_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Resources:
44
Properties:
55
CodeUri: ${codeuri}
66
Handler: index.handler
7-
Runtime: nodejs20.x
7+
Runtime: nodejs18.x
88
AutoPublishAlias: Live
99
AutoPublishAliasAllProperties: true
1010
Layers:

0 commit comments

Comments
 (0)