Developing and Deploying React Apps using AWS Amplify

By harshcasper - 2020-11-02

Description

As a React Developer, you might have studied about Serverless Architecture and how they are being used to dynamically manage memory and resources allocation allowing rapid scaling of Services. With th

Summary

  • As a React Developer, you might have studied about Serverless Architecture and how they are being used to dynamically manage memory and resources allocation allowing rapid scaling of Services.
  • In the next section, we will talk further about setting up AWS Amplify in your React (Javascript) Project and adding AWS Services for User Authentication (Sign-Up/Log-In).
  • Create a New Repository and get the Git URL through which we will add the Remote Repository.

 

Topics

  1. Backend (0.29)
  2. Frontend (0.25)
  3. UX (0.15)

Similar Articles

How to Build a Serverless Application Using AWS SAM

By freeCodeCamp.org - 2020-10-19

In my previous article, I talked about how AWS Chalice helps you quickly build a Python-based serverless application and deploy it on AWS within a few minutes. While it was a quick and fun prototype, ...

How to Deploy a Routed React App to GitHub Pages

By freeCodeCamp.org - 2021-02-22

When we build projects, we want to showcase them online. Instead of buying a domain and taking the time to configure it, it's easier just to host it using GitHub Pages. A project that just uses JavaS ...