navigation

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.

ConnectPrivate

Content

  1. Introduction
  2. Set up AWS S3 Bucket
  3. Set up AWS CloudFront
  4. Set up AWS Route53
  5. Set up AWS DynamoDB
  6. Set up AWS Lambda
  7. Testing
  8. Clean up resources