Adding Server-side rendering and AWS Cognito Identity to an Angular Single Page Application

0

I am learning how to do serverless single page applications in AWS for all the great scalable services. The white pager docs I am following is from here: https://docs.aws.amazon.com/whitepapers/latest/serverless-multi-tier-architectures-api-gateway-lambda/single-page-application.html

The link above has a diagram outlining the services needed. It is missing the two parts I need to figure out:

  1. Where do I place my SSR / Angular Universal information/pages? Is there docs showing that in a diagram/white-paper like this?
  2. How do I add in AWS Cognito as my identity manager as I don't need to add in third-party ones yet (like GitHub or Google)?

Thanks in advance and greatly looking forward to building a serverless, scalable app in AWS infrastructure with Angular.

1 réponse
0

Hi,

As per the architecture diagram, it would be best to put static files (HTML, CSS, JS) in S3 with CloudFront. You could use API Gateway with Lambda for dynamic content.

You could probably follow this workshop for your use case https://webapp.serverlessworkshops.io/

Sri

profile picture
Sri
répondu il y a 2 ans
  • Yes I have done that tutorial but the use case I am using is Angular for my SPA. Currently Ampulify does not support Angular SSR and that is a priority.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions