Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation on how to deploy Angular SSR to AWS Lambda #642

Open
Jun711 opened this issue Mar 25, 2023 · 1 comment
Open

Documentation on how to deploy Angular SSR to AWS Lambda #642

Jun711 opened this issue Mar 25, 2023 · 1 comment

Comments

@Jun711
Copy link
Contributor

Jun711 commented Mar 25, 2023

I found some Medium articles & stackoverflow discussion on how to deploy Angular SSR to AWS Lambda.

article 1: 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: Getting Started With Serverless Angular Universal on AWS Lambda
article 3: 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

@margorpi
Copy link

margorpi commented Nov 18, 2024

I completely understand your concerns. I prefer not to rely on any third-party code because it feels unnecessary for what should be a straightforward deployment process. Based on my own research, I wrote an article to address this issue. The solution uses only the AWS console, running server.ts and the server with Lambda, and storing the static code in S3.

article 4: Deploying Angular SSR (v17, 18 & 19)Websites on AWS Lambda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants