https://github.com/lmammino/lambda-runtime-node8
Docker container image that resembles AWS lambda runtime for Node.js 8.10.0
https://github.com/lmammino/lambda-runtime-node8
aws docker image lambda nodejs runtime
Last synced: 2 months ago
JSON representation
Docker container image that resembles AWS lambda runtime for Node.js 8.10.0
- Host: GitHub
- URL: https://github.com/lmammino/lambda-runtime-node8
- Owner: lmammino
- License: mit
- Created: 2018-04-18T15:48:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T09:00:49.000Z (about 8 years ago)
- Last Synced: 2025-10-25T17:49:05.197Z (9 months ago)
- Topics: aws, docker, image, lambda, nodejs, runtime
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lambda-runtime-node8
[](https://hub.docker.com/r/loige/lambda-runtime-node8/)
[](https://hub.docker.com/r/loige/lambda-runtime-node8/)
Docker container image that resembles AWS lambda runtime for Node.js 8.10.0.
It can be used for manual or automated testing
## 💾 Install
Just run:
```bash
docker pull loige/lambda-runtime-node8
```
## ⌨️ Usage
At this point you can run:
```bash
docker run -it loige/lambda-runtime-node8
```
And you'll find yourself in a nice Node.js 8.10.0 repl installed on a amazon image
## 👯 Contributing
Everyone is very welcome to contribute to this project.
You can contribute just by submitting bugs or suggesting improvements by
[opening an issue on GitHub](https://github.com/lmammino/lambda-runtime-node8/issues).
## 🤦 License
Licensed under [MIT License](https://github.com/lmammino/lambda-runtime-node8/LICENSE). © Luciano Mammino.