DEV Community

Alex Quasar
Alex Quasar

Posted on

2

Resources for React with AWS

Hello does anyone know where I can find some good resources for learning serverless AWS with React?!

I am trying to create a very simple app and would be nice to see some detailed instructions or videos on how to do this with React Hooks and Cognito AWS.

The following I am trying to create is

  1. Sign up ( with FB and Google Social Sign up also )
  2. Sign In
  3. Different user levels (ie. user, admin)
  4. A nice display of the user name and email on the dashboard page, when they sign in
  5. Ability to logout
  6. Ability to change password or reset password

Extras

  • Deploying with AWS (how to deploy with Environment variables)
  • Hosting this AWS web app with Netlify

Some of this stuff I have some familiarity with using Mongo and Express, but I would like to see if there is some great tutorials with Cognito and React Hooks that really explain things in detail with best practices.

I mostly having issues with the user sign up via "federated identities", and I am a bit lost in the docs.

Thank you for your expertise and advise DEV community ❤️.
Please share some resources or links and your advise in the comments below!

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (3)

Collapse
 
rolfstreefkerk profile image
Rolf Streefkerk

You're looking for Amplify, it's the AWS solution to easily deploy cloud infrastructure with a supporting SDK that can enable integration in your mobile app and website with React support
See here:
aws.amazon.com/amplify/

Collapse
 
ismailpe profile image
Ismail PE

Handling environment variable: React and AWS Cognito
dev.to/ismailpe/handling-environme...

Collapse
 
dance2die profile image
Sung M. Kim

Nader Dabit is the person you want to follow and reach out :)

dabit3 image

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay