navigation

Serverless - A Guide to Writing Front-End Code for Calling API Gateway

Overview

In the last workshop, we learned how to create and use a Lambda function that interacts with DynamoDB and uses Amplify for user authentication and storage. Next in this series, we build a web application (front-end) to interact with the database through Lambda and API Gateway.

Please do workshops 1 and 2 in this series before doing this one.

The architecture of the application we will build:

WebArchitect

Content

  1. Front-end Deployment
  2. Config API Gateway
  3. Test APIs By Postman
  4. Test APIs With Front-end
  5. Cleanup