Skip to main content

Api-Gateway

Building a Serverless Agentic AI on AWS with Strands SDK
·1924 words·10 mins
Learn how to deploy a production-ready serverless AI agent on AWS using the Strands SDK with Lambda, API Gateway, Bedrock, and CDK. Includes architecture, code, and cost breakdown.
When CORS Requests Turn Into Unexpected API Gateway Costs (and How to Fix It)
·712 words·4 mins
Cross-Origin Resource Sharing (CORS) can result in hidden AWS API Gateway charges when every request triggers a preflight. This post explains why and shows how to use CloudFront, caching, path-based routing, and smart API design to reduce costs.