navigation

Build a basic serverless product management Website with AWS services

Overview

In this lab, we will learn how to create a simple serverless website using AWS services like S3, Lambda, API Gateway, and DynamoDB. The application will include CRUD (Create, Read, Update, Delete) features for managing products. With the serverless approach, we won’t need to manage servers, letting we focus on building your application while keeping costs low and scaling easily.

Serverless

Content

  1. Introduction
  2. Preparation
  3. Create Table DynamoDB
  4. Lambda Function
  5. API Gateway
  6. S3 Setup
  7. Test results
  8. Clean up resources