RKRuth Kasekeinserverlesshuman.hashnode.dev·1d ago · 10 min readYou Deployed It. But Can You See What It's Doing? This is Part 3 of the Serverless Image Pipeline series.Part 1 built the core S3 → Lambda → DynamoDB → SNS pipeline. Part 2 added an HTTP API Gateway with request validation and auth. This article adds10
RKRuth Kasekeinserverlesshuman.hashnode.dev·Mar 31 · 11 min readPart 2: Securing Your Serverless Image Pipeline - Add API Gateway, Request Validation & AuthThis is Part 2 of the Serverless Image Pipeline series. In Part 1 we built the core pipeline, S3 triggers Lambda, Lambda resizes images, stores metadata in DynamoDB, fires SNS. In this article we add 00
RKRuth Kasekeinserverlesshuman.hashnode.dev·Mar 25 · 8 min readPart 1: Build a Serverless Image Pipeline on AWS with Terraform & GitHub ActionsWhat you'll have by the end: A fully automated image processing system deployed on AWS. Upload a photo → Lambda resizes it → metadata saved to DynamoDB → SNS notification fired. All infrastructure def10