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

https://github.com/kdcio/serverless-multi-services


https://github.com/kdcio/serverless-multi-services

Last synced: 12 months ago
JSON representation

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
```