This is an example template with flask,flask-restful and AWS Dynamodb
- pip install -r requirements.txt
- go to https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GettingStarted.Python.01.html
- Creat dynamodb table and Load sample data
- python run.py
- http://localhost:5000/v1/movies?year={year}