Skip to content

api-gateway

9 posts

Amazon Cognito Deep Dive: Beyond Basic Authentication

A comprehensive technical guide to Amazon Cognito's advanced features including custom authentication flows, federation patterns, multi-tenancy architectures, migration strategies, and production-grade security implementation.

awscognitoauthentication+7
Testing Serverless Applications: A Practical Strategy Guide

Learn how to build a comprehensive testing strategy for AWS Lambda, API Gateway, DynamoDB, and Step Functions with practical patterns for fast feedback and production reliability.

lambdatestingserverless+11
Building Ephemeral Preview Environments with AWS CDK and Serverless

Learn to build automated preview environments using AWS CDK, Lambda, and GitHub Actions for seamless PR testing and review workflows

aws-cdkserverlessci-cd+5
API Versioning with AWS CDK: A Production Case Study

A technical case study on implementing multi-version APIs in production. Failed approaches, working solutions, and CDK patterns for managing API evolution.

api-gatewayawsaws-cdk+3
AWS CDK Link Shortener Part 1: Project Setup & Basic Infrastructure2/2

Setting up a production-grade link shortener with AWS CDK, DynamoDB, and Lambda. Real architecture decisions, initial setup, and lessons learned from building URL shorteners at scale.

aws-cdklambdadynamodb+6
AWS CDK Link Shortener Part 2: Core Functionality & API Development1/2

Building the redirect engine, analytics collection, and API Gateway configuration. Real performance optimizations and debugging strategies from handling millions of daily redirects.

aws-cdklambdaapi-gateway+6
Building AWS Serverless with TypeScript: Hard-Won Lessons from Lambda at Scale

Why I moved from Express.js to Lambda, the costly mistakes I made along the way, and the TypeScript patterns that saved my team thousands in AWS bills.

api-gatewaycost-optimizationlambda+2
Migrating from Serverless Framework to AWS CDK: Part 3 - Lambda Functions and API Gateway1/1

Deep dive into migrating Lambda functions, API Gateway configurations, request validations, and error handling from Serverless Framework to AWS CDK with practical examples.

api-gatewayawsaws-cdk+2
Zod + OpenAPI + AWS Lambda: How Documentation Drift Led Me to Schema-First Development

How a 'simple' API change broke an enterprise client integration overnight, why documentation drift causes real problems, and a practical system that generates OpenAPI specs from Zod schemas automatically.

api-gatewayaws-cdklambda+5