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 回答
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
已回答 2 年前
  • 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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则