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
- Host: GitHub
- URL: https://github.com/naganathan05/serverless-react-app__aws-amplify
- Owner: Naganathan05
- Created: 2024-01-26T05:05:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T05:55:31.000Z (over 2 years ago)
- Last Synced: 2025-04-12T07:54:33.073Z (about 1 year ago)
- Topics: aws-amplify-react, aws-api-gateway, aws-lamba
- Language: JavaScript
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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.