Next.js Discord

Discord Forum

aws deploy using lambda?

Unanswered
Icelandic Sheepdog posted this in #help-forum
Open in Discord
Icelandic SheepdogOP
anyone have good tutorials for doing this using aws-cdk?

9 Replies

SST
read that codebase if you want to see how CDK works to deploy a nextjs app
it's quite involved to be fair
I would just use SST directly
Icelandic SheepdogOP
is there a better option like vercel?

Im trying to make a nextjs service that also has a microservice that it uses and i use rabbitmq to communicate between the two but could remove it with lambda
Icelandic SheepdogOP
Are you able to use next-auth in sst? I've already got a very large app written
Yes.
Icelandic SheepdogOP
Im using sst and it looks like they dont really use lambda to deploy its just the standard ec2 method
Icelandic SheepdogOP
@linesofcode is there anything that i need to do to get it to using a lambda archatecture?