Hello, Can anyone provide guidance or maybe a repo...
# guide
r
Hello, Can anyone provide guidance or maybe a repo (if exists) ? to learn more about a correct/recommended way to configure and architect with SST a Next.js + Cognito Auth + api gw and lambdas (project). please!
I would love, (if possible) to keep all the Cognito config in a Stack file(avoiding the aws console). I have seen some projects covering these topics partially(and not as one project) and since I am new in many of these techs like Nextjs and SST I am not too sure how to get all these to work together.
f
Hey @Rodrigo Del Canto, here’s an example for Next.js + APIG https://serverless-stack.com/examples/how-to-create-a-nextjs-app-with-serverless.html
hope they help
r
Thank you! Looking at this, from here it should be a matter of integrate NextJs by replacing the react part then.
f
Yup that should be fairly similar