Building a serverless Rest API on AWS
Modern APIs need to be secure, versioned, and independently scalable without ops overhead. This post walks through how we built a production REST API using AWS API Gateway, AWS Lambda, and Go — deployed entirely with AWS CDK. We’ll cover the full architecture: request routing, custom API key authorization, multi-Lambda design, and CloudWatch alerting wired […]
Building a serverless Rest API on AWS Read More »
