next.js icon indicating copy to clipboard operation
next.js copied to clipboard

[Examples] Provide example of using Pulumi to deploy NextJS app on AWS

Open thesobercoder opened this issue 5 years ago • 1 comments

Feature request

Please provide an example of how to use Pulumi to deploy NextJS to AWS replicating how deployments work on Vercel infrastructure with edge network.

I'm looking for an example which replicates the same behavior as this component does for serverless.

thesobercoder avatar Aug 28 '20 07:08 thesobercoder

Pulumi is becoming more popular and can't be ignored. It came to a point that I'd rather move out of Vercel than move out of Pulumi 🥹

zvictor avatar Sep 21 '22 09:09 zvictor

Pulumi is not standardised and it will take couple of years to be. If you are looking for AWS, I offer a solution: https://github.com/sladg/nextjs-lambda

Serverless framework is not really and option anymore I would say. They are struggling with keeping up with changes and support between major versions is rather limited.

sladg avatar Feb 16 '23 22:02 sladg