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
- Host: GitHub
- URL: https://github.com/oslokommune/serverless-blueprints
- Owner: oslokommune
- License: mit
- Created: 2021-03-30T07:45:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T07:51:45.000Z (about 1 month ago)
- Last Synced: 2026-01-13T10:36:32.614Z (about 1 month ago)
- Topics: dataplatform
- Language: Makefile
- Homepage:
- Size: 977 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.