Overview:
Developed a full-stack serverless application powered by AWS services with performance, scalability, and security in focus.

🧠 Backend Architecture
  • Used AWS Lambda (Node.js) with async/await and Promises to interact with DynamoDB.

  • Utilized Express.js with serverless-http to enable routing and middleware in a Lambda environment.

  • Implemented CRUD APIs for managing dynamic data inside DynamoDB.

🛡️ Security & Optimization
  • Integrated AWS API Gateway for secure access and CloudFront (assumed Cloudstrick is typo) for CDN and performance optimization.

  • Static frontend assets (HTML, JS, CSS) hosted on Amazon S3 with HTTPS and CORS configured.

  • IAM roles scoped tightly for Lambda execution and DynamoDB read/write access.