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

Content

  1. Introduction
  2. Front-end deployment
  3. Deploy Lambda function
  4. Config API Gateway
  5. Test API by Postman
  6. Test API with front-end
  7. Cleanup