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

https://github.com/sunaoka/docker-serverless

Serverless Framework Docker image
https://github.com/sunaoka/docker-serverless

docker docker-image dockerfile serverless

Last synced: 2 months ago
JSON representation

Serverless Framework Docker image

Awesome Lists containing this project

README

          

# Serverless Framework Docker image

## Usage

```bash
docker run --rm -v $(pwd):/data -v ~/.aws:/root/.aws sunaoka/serverless help
```

## Build

```bash
make build IMAGE=sunaoka/serverless VERSION=2.1.1
```