https://github.com/andreasaugustin/sls-bug-proxy
https://github.com/andreasaugustin/sls-bug-proxy
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreasaugustin/sls-bug-proxy
- Owner: AndreasAugustin
- Created: 2021-03-19T19:20:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T22:28:04.000Z (over 4 years ago)
- Last Synced: 2024-10-05T14:22:51.725Z (about 1 year ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sls-bug-test
## abstract
small testing app
## run
### preparation
```bash
make bootstrap
```### run tests
```bash
make run-node14
``````bash
make run-node15
```