Skip to content

Commit

Permalink
feat(node): update lambda version to nodejs12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
blurrah committed Dec 9, 2019
1 parent 2384a47 commit bf89625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Detailed instructions on testing your function can be found [in the Wiki](https:
## Build Requirements
- [npm](https://www.npmjs.com/) ^5.6.0
- [node](https://nodejs.org/en/) ^8.10.0
- [node](https://nodejs.org/en/) ^12.13.0
- [openssl](https://www.openssl.org)
## Contributing
Expand Down
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Resources:
Properties:
CodeUri: distributions/{distribution_name}/{distribution_name}.zip
Role: !GetAtt LambdaEdgeFunctionRole.Arn
Runtime: nodejs8.10
Runtime: nodejs12.x
Handler: index.handler
Timeout: 5
AutoPublishAlias: LIVE
Expand Down

0 comments on commit bf89625

Please sign in to comment.