DEV Community

Discussion on: What STACK do you choose and why?

Collapse
 
christiankozalla profile image
Christian Kozalla

I love the developer experience of Next.js plus the fact that custom API routes are supported out of the box! So in order to use DynamoDB on my blog I simply set up one route to query the database and included secret environment variables on vercel to connect to the database instance 😄 just next.js