DEV Community

Discussion on: What are simple tools for creating a standalone API-only service?

Collapse
 
thomasstep profile image
Thomas Step

I've made plenty of APIs with API Gateway, Lambda, and DynamoDB. I use CDK to define the infrastructure and by now I have enough code examples to build things pretty quickly. I have a CDK Construct that helps speed my development up too so that my file structure defines my API structure kind of like Next.js does with web pages.