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 Resposta
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
respondido há 2 anos
  • 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.

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas