BUILD A SERVERLESS WEB APPLICATION ON AWS USING AWS LAMBDA, DYNAMODB, AND S3
Overall
In this lab, you will build a serverless web application using AWS Lambda, DynamoDB, and S3. The application will allow users to create, read, update, and delete (CRUD) items from a DynamoDB table.

Content
- Introduction
- Set up AWS S3 Bucket
- Set up AWS CloudFront
- Set up AWS Route53
- Set up AWS DynamoDB
- Set up AWS Lambda
- Testing
- Clean up resources