| Day | Task | Start Date | Completion Date | Resources |
|---|---|---|---|---|
| Monday | - Milestone | - Final review and completion of the Mid-term Competency Exam. - Post-exam sprint planning with the backend team. | 10/28/2025 | 10/28/2025 |
| Tuesday | - Infrastructure Setup | - Initialized the local development environment (AWS CLI, Boto3, IDE Linting). - Designed the DynamoDB Articles table with Partition Key (PK) and Sort Key (SK) strategies. | 10/29/2025 | 10/30/2025 |
| Wednesday | - Exam Day: Mid-term Assessment. - API Exposure | - Configured API Gateway (REST API) to route HTTP requests to Lambda functions. - Tested endpoints using Postman to verify payload structures. | 10/31/2025 | 10/31/2025 |
| Thursday | - FaaS Development | - Developed the first Lambda Functions in Python for core CRUD operations (CreatePost, GetPost).- Implemented Boto3 wrappers to interact with DynamoDB SDK. | 01/11/2025 | 01/11/2025 |
| Friday | - AI Pipeline Design | - Designed the “Upload-Trigger” flow: User uploads image to S3 $\rightarrow$ S3 Event Notification $\rightarrow$ Lambda $\rightarrow$ AWS Rekognition. - This decouples the upload latency from the processing time. | 11/02/2025 | 11/02/2025 |