Releases: san99tiago/aws-fastapi-todo-app
Releases · san99tiago/aws-fastapi-todo-app
v1.0.0
v1.0.0: Initial version for AWS User Group Medellin demo/workshop
- Backend Source Code with AWS Lambda Functions built with Python Runtime.
- Backend API Framework with FastAPI.
- DynamoDB used as the database (NoSQL) approach with Single Table Design.
- Frontend Source Code with React + Vite.
- Frontend deployed as a static website on an S3 Bucket.
- Authentication and Authorization with multiple options:
- API Keys.
- Cognito User Pool.
- Infrastructure as Code with AWS CDK-Python or Terraform
- Tests with PyTest Framework
- Dependencies and Environments managed with Python Poetry