https://github.com/kdcio/serverless-multi-services
https://github.com/kdcio/serverless-multi-services
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdcio/serverless-multi-services
- Owner: kdcio
- License: mit
- Created: 2020-11-24T11:04:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T23:18:41.000Z (over 3 years ago)
- Last Synced: 2024-12-25T13:41:04.026Z (over 1 year ago)
- Language: JavaScript
- Size: 5.63 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-multi-services
Boilerplate for projects with large number of micro services.
## Purpose
- To overcome the resource limit of AWS
- To be able to run all micro services locally using serverless-offline
## How
```bash
git clone https://github.com/kdcio/serverless-multi-services.git
cd serverless-multi-services
yarn
yarn start
```