Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 69ac733

Browse files
committed
upgraded lambda runtime to nodejs12.x
1 parent d398c14 commit 69ac733

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins:
77

88
provider:
99
name: aws
10-
runtime: nodejs10.x
10+
runtime: nodejs12.x
1111
profile: serverless
1212
stage: test
1313
region: us-east-1

0 commit comments

Comments
 (0)