DEV Community

Discussion on: How to build an API Gateway with a custom domain using AWS CDK

Collapse
 
trojanmocx profile image
ALI

Super clear walkthrough. I’ve set up API Gateway custom domains before, but usually had to piece it together from scattered docs. This post lays it out in a way that makes the CDK flow feel straightforward—especially the part about combining the certificate, base path mapping, and Route 53 alias. The reminder to clean up with cdk destroy is also a nice touch (easy to forget until the bill arrives).