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

https://github.com/oslokommune/serverless-blueprints

Blueprints that can be used as starting points for Serverless applications in Oslo Origo
https://github.com/oslokommune/serverless-blueprints

dataplatform

Last synced: 28 days ago
JSON representation

Blueprints that can be used as starting points for Serverless applications in Oslo Origo

Awesome Lists containing this project

README

          

# serverless-blueprints

Blueprints that can be used as starting points for
[Serverless](https://www.serverless.com/) applications in Oslo Origo.

| Blueprint | Description |
|-----------|------------------------------------------------------------------------------------|
| `fastapi` | [FastAPI](https://fastapi.tiangolo.com) application as a single Lambda function |
| `flask` | [Flask](https://flask.palletsprojects.com) application as a single Lambda function |
| `python` | "Plain" Python application with a single simple Lambda function |

## Usage

Copy one of the top-level directories to a new repository, or create a new
branch where you can quickly test a custom Serverless application.