sam build.| Day | Task | Start Date | Completion Date | Resources |
|---|---|---|---|---|
| Monday | - IaC Definition | - Authored the template.yaml to define Serverless resources (Functions, APIs, Tables).- Applied SAM Policy Templates (e.g., DynamoDBCrudPolicy) to enforce the Principle of Least Privilege. | 04/11/2025 | 04/11/2025 |
| Tuesday | - Containerization | - Integrated Docker into the sam build --use-container workflow.- Solved binary incompatibility issues (Python libraries with C-extensions) between local Windows/Mac OS and the AWS Lambda Linux environment. | 05/11/2025 | 06/11/2025 |
| Wednesday | - Troubleshooting | - Encountered limitations with sam local start-api (local emulation does not support full IAM or Service integration).- Root caused build failures related to requirements.txt dependency conflicts. | 06/11/2025 | 07/11/2025 |
| Thursday | - Strategy Shift | - Transitioned from Local Emulation to Cloud-based Testing. - Provisioned a dedicated dev stack on AWS to run integration tests against real service endpoints. | 07/11/2025 | 08/11/2025 |
| Friday | - First Deployment | - Successfully executed sam deploy --guided to the development environment.- Verified the CloudFormation Stack creation and resource output values. | 08/11/2025 | 08/11/2025 |
sam deploy/sam delete).