MSManu Shuklainecorpit.hashnode.devĀ·3d ago Ā· 14 min readAWS Lambda resource policies now need 3 IAM permissions, and the docs disagree on RevisionIdAWS Lambda resource policies now need 3 IAM permissions, and the docs disagree on RevisionId Summary. AWS announced full IAM resource-based policies for Lambda functions on 25 August 2026, in all comm00
MSManu Shuklainecorpit.hashnode.devĀ·6d ago Ā· 14 min readAWS Lambda MicroVMs reached 10 regions on 19 August 2026, and 6 of them cap you at 400 GBAWS Lambda MicroVMs reached 10 regions on 19 August 2026, and 6 of them cap you at 400 GB Summary. AWS added Lambda MicroVMs to Asia Pacific (Mumbai), Asia Pacific (Singapore), Asia Pacific (Sydney), 00
PAPranav Ainpranavtechai.hashnode.devĀ·Aug 20 Ā· 10 min readBuilding a Serverless Hostel / College Complaint System with AWSCloud computing becomes much easier to understand when we stop learning services individually and start seeing how they work together in a real application. As part of the AWS In-Practice Series ā Ser00
NCN Chandra Prakash Reddyindevopstour.hashnode.devĀ·Aug 10 Ā· 7 min readControl AWS Traffic: Smart Serverless ThrottlingWhen I began building cloud-native apps on AWS, I was really focused on writing business logic. I liked how easy it was to connect API Gateway to AWS Lambda and get a working microservice up and runni00
NBNishanth Binnishanth.hashnode.devĀ·Aug 7 Ā· 4 min readAutomating Amazon EBS Snapshot Cleanup Using AWS LambdaIntroduction Amazon EBS snapshots are essential for backing up EC2 volumes. However, over time they accumulate, increasing storage costs and making backup management difficult. Instead of manually del00
BRBharan Reddyinbharanblog.hashnode.devĀ·Aug 6 Ā· 5 min readHow to Automate Amazon EBS Snapshot Deletion Using AWS Lambda and Boto3Automating AWS EBS Snapshot Cleanup with AWS Lambda: A Step-by-Step Guide Managing cloud storage costs effectively is one of the key responsibilities of DevOps and Cloud Engineers. Amazon Elastic Bloc00
RSRajaram Sinrajaram0203.hashnode.devĀ·Aug 2 Ā· 9 min readš WebSockets ā Real-Time Bidirectional Communicationā±ļø 10ā12 min read Ā· šÆ Beginner Ā· š Part 11 of 20 š Missed Part 10? gRPC ā High-Performance APIs for Microservices š¤ The Problem ā HTTP Cannot Push Every protocol we have covered so far ā REST, Gr00
MSManu Shuklainecorpit.hashnode.devĀ·Aug 1 Ā· 15 min readAWS Lambda durable execution for .NET: long-running C# workflows without Step Functions (2026)AWS Lambda durable execution for .NET: long-running C# workflows without Step Functions (2026) Summary. On 23 July 2026 AWS made the Lambda durable execution SDK for .NET generally available, so C# de00
Ssyncfusioninsyncfusion-blogs.hashnode.devĀ·Jul 30 Ā· 9 min readServerless Architecture: When to Use It (and When Not To)TL;DR: Serverless architecture enables event-driven, scalable cloud applications without managing infrastructure. This guide explains how serverless works, its cost model, scaling behavior, and key tr00
YCYizao Chenincompute-compounds.hashnode.devĀ·Jul 27 Ā· 11 min readArchitecture Notes: Lambda API + SQS + Real WorkerGithub Repo: mangum-sqs-fargate-template 1. The problem this solves A FastAPI request handler that needs to do slow, unreliable, or retryable work (call an external API, process a file, run a multi-st01I