As I searched online many times but didn't find a satisfying answer, I'm asking my question here.
I have an Angular app (version 20) that uses SSR and I would like to deploy it using AWS. I know how to deploy using an S3 bucket but this is not a solution for SSR. I already tried to deploy it using Lambda and serverless but I always get an error saying that the unzipped size is too big.
What is the best way to deploy an Angular with SSR app on AWS?