Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/walkersumida/sam-ruby-template


https://github.com/walkersumida/sam-ruby-template

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## sam-ruby-template
ruby version: 2.5

## Development
### Python
version: 3.7.5 (for running sam)

### sam

```bash
pip install aws-sam-cli
```

## Run functions
Run functions on your local machine.
TODO: fix that functions can't run on Docker

```bash
make run_funcs
```

## Run tests
Run tests on Docker.

```bash
make run_tests
```