navigation

Serverless - Build Frontend to call API Gateway

Overview

In the last post, we know how to create and use Lambda functions that interact with S3 and DynamoDB. Next in this series, we build a web application (front-end) to interact with the database through Lambda and API Gateway.

The architecture of the application we will build:

WebArchitect

Prerequisites

Before starting this workshop, you need to:

  • Complete Workshop 1 — Create Lambda functions with S3 and DynamoDB
  • Have an AWS account with access to Lambda, API Gateway, DynamoDB and S3
  • Have the front-end source code ready (React)