An open API service indexing awesome lists of open source software.

https://github.com/naganathan05/serverless-react-app__aws-amplify

This project deploys a React app with AWS Amplify, utilizing serverless AWS Lambda functions and API Gateway for a simple scalable REST API. Built using Amplify CLI
https://github.com/naganathan05/serverless-react-app__aws-amplify

aws-amplify-react aws-api-gateway aws-lamba

Last synced: about 1 year ago
JSON representation

This project deploys a React app with AWS Amplify, utilizing serverless AWS Lambda functions and API Gateway for a simple scalable REST API. Built using Amplify CLI

Awesome Lists containing this project

README

          

# Serverless-React-App__AWS-Amplify
This project deploys a React app with AWS Amplify, utilizing serverless AWS Lambda functions and API Gateway for a scalable REST API. Built using Amplify CLI

# Architectural Diagram
![Architecture PNG](https://github.com/Naganathan05/Serverless-React-App__AWS-Amplify/assets/116747452/294db952-2a20-409e-ba64-5b2c252fba84)

## Components

1. **AWS Amplify:**
- Purpose: Configure and deploy React frontend, manage authentication.

2. **API Gateway:**
- Purpose: Act as a gateway between frontend and Lambda functions.

3. **Lambda Functions:**
- Purpose: Serve as serverless backend logic for the application.