What’s a good tech stack for single page application authentication on AWS?

0
15
Asked By CuriousCoder88 On

I'm looking to build a single page application using AWS services and I'm curious if anyone has experience with this. What tech stack did you use for authentication and overall setup?

5 Answers

Answered By DevGuru101 On

You might want to check out AWS Amplify! It's great for deploying web apps. It handles a lot for you, including GraphQL queries and DynamoDB integration. Pair it with Cognito for user authentication.

Answered By TechWhiz42 On

For a simple setup, I recommend using S3 for hosting, CloudFront for CDN, and Cognito for authentication. This combination works really well for SPAs.

Answered By CodeCrafter23 On

If you're coding the front end, consider using React or basic HTML. For the backend, you can go with API Gateway and Lambda. That's a solid combination with Cognito for authentication.

Answered By UserSeeker77 On

Don't forget that there are other options too! Auth0 is a popular alternative to Cognito if you're looking for something different for authentication.

Answered By CloudNinja99 On

Have you thought about using Amplify's Gen 2 stack? It covers a lot of what you’ll need and supports frameworks like React and Angular while utilizing Cognito for user management.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.