What AWS Tech Stack Should I Use for SPA Authentication?

0
7
Asked By TechieTurtle88 On

I'm planning to create a single page application using AWS services, and I'm curious if anyone here has experience with this. Specifically, I'd love to hear about the tech stacks you've used and any recommendations you might have for handling authentication.

5 Answers

Answered By DevGuru99 On

I recommend AWS Amplify if you're looking for something straightforward. It simplifies the deployment process and handles a lot of the backend for you, especially if you're using GraphQL with DynamoDB.

Answered By AlternativesExplorer On

Don't forget about alternatives to Cognito! Auth0 is a solid option that might fit your needs better, depending on your project requirements.

Answered By CloudWhisperer42 On

For my single page application, I used S3 for hosting, CloudFront for distribution, and Cognito for authentication. It worked out really well!

Answered By AngularFan88 On

Have you looked into the Amplify Gen 2 stack? It supports React and Angular for the front end and uses Cognito for user management, which makes it pretty flexible and powerful.

Answered By CodeNinja21 On

If you're building the front end, consider using React or just standard HTML. For the backend, I combined API Gateway with Lambda and also used Cognito for authentication. Amplify can really help you set everything up the right way too!

TechieTurtle88 -

Thanks for the input! Do you think using only React would suit a more complex app?

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.