DEV Community

Discussion on: Coding the Jamstack missing parts: databases, crons & background jobs

Collapse
 
kempsterrrr profile image
Will Kempster

Love this, Vincent. Thanks for putting it together! I'm trying to build almost exactly the same stack (Next.js on Vercel with CDK backend / infra) however I'm struggling as when both cdk init and create-next-app both error when run after one another as due to files already being in the directory.

How did you scaffold these two tools next to each other?

Collapse
 
kempsterrrr profile image
Will Kempster

Did you start with cdk and then add next, or the other way around?