Skip to content

Commit 7b7c5a8

Browse files
authored
Update Lambda runtime in sample YML for E2E tests
1 parent cd96b09 commit 7b7c5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Resources:
44
Type: AWS::Serverless::Function
55
Properties:
66
Handler: index.handler
7-
Runtime: nodejs8.10
7+
Runtime: nodejs12.x
88
MemorySize: 256
99
CodeUri: ./func
1010
Timeout: 60

0 commit comments

Comments
 (0)