https://github.com/jameskyburz/aws-lambda-layers
AWS lambda runtime & layers
https://github.com/jameskyburz/aws-lambda-layers
aws custom-runtime lambda lambda-custom-runtime lambda-layers layers
Last synced: about 2 months ago
JSON representation
AWS lambda runtime & layers
- Host: GitHub
- URL: https://github.com/jameskyburz/aws-lambda-layers
- Owner: JamesKyburz
- Created: 2018-12-16T14:23:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T12:28:04.000Z (over 4 years ago)
- Last Synced: 2025-02-13T05:45:04.512Z (3 months ago)
- Topics: aws, custom-runtime, lambda, lambda-custom-runtime, lambda-layers, layers
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js 10.x and 12.x for AWS Lambda
A [custom runtime](https://aws.amazon.com/about-aws/whats-new/2018/11/aws-lambda-now-supports-custom-runtimes-and-layers/)
for AWS Lambda to execute functions in Node.js 10.x and 12.xThanks [lambci/node-custom-lambda](https://github.com/lambci/node-custom-lambda/) for Docker and bash bootstrap code!