An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# lambda-runtime-node8

[![Docker Stars](https://img.shields.io/docker/stars/loige/lambda-runtime-node8.svg)](https://hub.docker.com/r/loige/lambda-runtime-node8/)
[![Docker Pulls](https://img.shields.io/docker/pulls/loige/lambda-runtime-node8.svg)](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.