faidoc / lambda-api-python

Example of Lambda API written in Python with DynamoDB using Zappa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test API for Amazon Lambda written in Python

Developed in Python + Flask + Flask RESTful running on Amazon Lambda + API Gateway.

File structure

├─ api/         # All application code in this directory.
│  └─ v1/
│     ├─ base/
│     │  └─ decorators.py
│     │
│     ├─ endpoint1/
│     │  └─ resources.py
│     ├─ endpoint2/
│     │  └─ resources.py
│     │
│     ├─ blueprints.py
│     └─ extensions.py
│
│
├─ config.py
│
└─ application.py          # Main entry-point into the Flask application.

About

Example of Lambda API written in Python with DynamoDB using Zappa


Languages

Language:Python 98.6%Language:Shell 1.4%