wjones127 / Example-REST-API

An example REST API using FastAPI, DynamoDB, and AWS Serverless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog API Example

Just an example REST API, which I've used to learn DynamoDB and single-table architecture.

Development

Install requirements

pip install -r requirements.txt

Run locally

bash local.sh

You can find the Swagger docs at localhost:8080/blog/swagger/.

About

An example REST API using FastAPI, DynamoDB, and AWS Serverless

License:MIT License


Languages

Language:Python 100.0%