https://github.com/otanificent/otahtodoapp
Serverless To-Do List built with AWS Lambda, API Gateway, and DynamoDB
https://github.com/otanificent/otahtodoapp
aws beginner-project dynamodb-table lambda serverless to-do-app
Last synced: about 2 months ago
JSON representation
Serverless To-Do List built with AWS Lambda, API Gateway, and DynamoDB
- Host: GitHub
- URL: https://github.com/otanificent/otahtodoapp
- Owner: otanificent
- Created: 2025-04-09T12:36:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T12:48:41.000Z (about 1 year ago)
- Last Synced: 2025-04-12T20:54:02.440Z (about 1 year ago)
- Topics: aws, beginner-project, dynamodb-table, lambda, serverless, to-do-app
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OtahToDoApp šāļø
A simple serverless To-Do List app built using AWS services. Built to help users track their tasks with a fully serverless backend.
---
## š Features
- Create, Read, Update, and Delete tasks
- Uses a custom data model: `OtahToDoItem`
- Fully serverless infrastructure
- Infrastructure-as-code with AWS CloudFormation
---
## š§° Technologies Used
- AWS Lambda
- API Gateway
- DynamoDB
- S3 (Frontend Hosting)
- CloudFormation
---
## š ļø Deployment Guide
1. Deploy the backend with CloudFormation (`template.yaml`).
2. Upload frontend files (HTML/CSS) to an S3 bucket and enable static website hosting.
3. Test endpoints with Postman or your browser.
---
## š Project Structure
---
## šØš½āš» Author
**Otanificent**
Aspiring AWS Solutions Architect | Cisco CCST Certified | Based in Warri, Nigeria
*Iām open to feedback, collaboration, and mentorship as I grow in the cloud space.*
---