CodeGenieApp / CodeGenieApp/serverless-express
Documentation on how to deploy Angular SSR to AWS Lambda
- Dominant language
- JavaScript
- Stars
- 5.3k
- Forks
- 676
- PR merge metrics
- No merged PRs in 30d
Description
I found some Medium articles & stackoverflow discussion on how to deploy Angular SSR to AWS Lambda.
[article 1](https://levelup.gitconnected.com/deploy-your-serverless-server-side-rendering-ssr-angular-app-on-aws-lambda-a01a3aab6ef6): Deploy Your Serverless Server-side-rendered (SSR) Angular App on AWS Lambda
The first article includes a GitHub repo https://github.com/theideasaler/angular-serverless-server-side-rendering
[article 2](https://betterprogramming.pub/getting-started-with-serverless-angular-universal-on-aws-lambda-8754bcc4dc19): Getting Started With Serverless Angular Universal on AWS Lambda
[article 3](https://medium.com/swlh/serverless-angular-universal-with-aws-lambda-99162975eed0): Serverless Angular Universal with AWS Lambda
They all use `aws-serverless-express` and `@ng-toolkit/universal`. It seems that `@ng-toolkit/universal` is not longer being maintained.
Can anyone here write an update article on how to deploy Angular SSR to AWS Lambda?
Thank you
Contributor guide
Assessment
This issue has not been assessed yet.