Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkersumida/sam-ruby-template
https://github.com/walkersumida/sam-ruby-template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walkersumida/sam-ruby-template
- Owner: walkersumida
- Created: 2019-11-16T13:04:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T14:09:07.000Z (about 5 years ago)
- Last Synced: 2024-10-23T02:12:14.321Z (2 months ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```