| Day | Task | Start Date | Completion Date | Reference Material |
|---|---|---|---|---|
| 1 | Study AWS Lambda - Learn serverless computing, Function, Runtime, Handler, Trigger, and Execution Role. - Create and invoke a Lambda Function. - Review Lambda execution logs and resource configuration. | 11/05/2026 | 11/05/2026 | AWS Lambda What is AWS Lambda? |
| 2 | Study Amazon API Gateway - Learn API, Resource, Route, Method, Stage, and Integration. - Create an HTTP API and connect it to a Lambda Function. - Test API requests and review response status codes. | 12/05/2026 | 12/05/2026 | Amazon API Gateway HTTP APIs |
| 3 | Study Amazon SQS and Amazon SNS - Learn message queues, topics, publishers, and subscribers. - Create an SQS Queue and an SNS Topic. - Publish messages and understand asynchronous processing. - Compare SQS and SNS use cases. | 13/05/2026 | 13/05/2026 | Amazon SQS Amazon SNS AWS SQS and SNS Workshop |
| 4 | Study Amazon CloudWatch - Learn Metrics, Logs, Log Groups, Dashboards, and Alarms. - Review Lambda and API Gateway logs. - Create a basic alarm and use CloudWatch to monitor application behavior. | 14/05/2026 | 14/05/2026 | Amazon CloudWatch Monitoring Lambda functions AWS CloudWatch Workshop |
| 5 | Perform a Serverless Hands-on Lab - Build an API using API Gateway → Lambda → DynamoDB. - Test create, read, update, and delete operations. - Configure CloudWatch logging and verify the request flow. - Review IAM permissions and delete unused resources. | 15/05/2026 | 15/05/2026 | AWS Serverless Workshops Amazon DynamoDB |