Week 2 Worklog

Week 2 Objectives:

  • Grasp the theory and hands-on practices assigned in the week 2 AWS learning path.
  • Build the project structure and develop the core QR code generation functionalities.

Detailed implementation tasks:

Day Date Tasks References
Mon 08/06/2026 - Monitoring with Amazon CloudWatch, Hybrid DNS with Route 53, AWS CLI.
- Build Monorepo directory structure for Backend and Frontend.
https://cloudjourney.awsstudygroup.com/
Tue 09/06/2026 - NoSQL Database (DynamoDB), In-memory Caching (ElastiCache).
- Design DynamoDB schema for Students and Attendance Sessions.
https://cloudjourney.awsstudygroup.com/
Wed 10/06/2026 - Networking Workshop, Content Delivery with CloudFront, Lambda@Edge.
- Write Lambda function for generating QR codes.
https://cloudjourney.awsstudygroup.com/
Thu 11/06/2026 - Windows on AWS, AWS Managed Microsoft AD, High Availability Web Apps.
- Test Lambda function locally using AWS SAM CLI.
https://cloudjourney.awsstudygroup.com/
Fri 12/06/2026 - Migrating to AWS (VM Import/Export, DMS, SCT, Elastic Disaster Recovery).
- Review QR creation flow and save operations to DynamoDB.
https://cloudjourney.awsstudygroup.com/

Week 2 Achievements:

  • AWS Knowledge: Successfully installed and operated AWS CLI, configured CloudWatch for log monitoring, and handled domain resolution with Route 53. Understood NoSQL concepts with DynamoDB, caching with ElastiCache, and content delivery using CloudFront. Grasped overall migration methods to the Cloud.
  • BK-Sync Project: Created DynamoDB tables for Students and Events. Successfully developed a Lambda function that generates dynamic QR codes and tested it effectively in the local environment using AWS SAM CLI.