News
Plugin + Azure Function + Service Bus: async integration at scale
1+ day, 1+ hour ago (442+ words) A Dataverse row changes. Five downstream systems need to know: an ERP that tracks financials, a search service that indexes the record, a Power BI dataset that feeds executive dashboards, a notification queue that messages field reps on mobile, and…...
4 Dynamo DB Configuration Changes for Significant Cost Savings | Hacker Noon
2+ day, 15+ hour ago (134+ words) Most Dynamo DB teams are overspending because they rely on default configurations. This guide breaks down four low-effort optimizations that can reduce costs by 5080%: switching from on-demand to reserved capacity, shrinking item sizes, deploying DAX for read-heavy workloads, and using…...
Serverless with Mama J " Why Serverless
3+ day, 2+ hour ago (955+ words) If you ever want to test how well you really understand something, try explaining it to your mom. .. . Tagged with serverless, lambda, beginners, aws....
What It Actually Takes to Audit Aurora Postgre SQL on AWS
3+ day, 8+ hour ago (501+ words) Most operational infrastructure starts this way: a requirement appears before the architecture. .. Tagged with aws, postgres, security, devops....
S3 Files Killed My Least Favorite Lambda Pattern
3+ day, 21+ hour ago (1101+ words) Every Lambda function I have written that touches S3 has the same three lines of. .. Tagged with aws, s3, lambda, cloud....
Lambda Execution Roles Are Quietly Breaking Your Least Privilege Policy
4+ day, 2+ hour ago (1155+ words) If you are using AWS Lambda to build serverless applications and you have never stopped to look closely at the IAM roles attached to your functions, this blog is for you. We are going to talk about what a Lambda…...
How I built an AWS Lambda clone with Firecracker micro VMs
4+ day, 3+ hour ago (57+ words) Ever wondered what actually happens when you invoke a Lambda function? Not the API layer but the. .. Tagged with linux, infrastructure, serverless, firecracker....
AWS Transform Custom: Automating. NET Lambda Runtime Upgrades
4+ day, 15+ hour ago (1098+ words) In this post, you learn how to author a AWS Transform custom transformation definition that automates. NET 6 to. NET 10 AWS Lambda (Lambda) upgrades, execute it against the open source serverless-dotnet-demo repository, validate the results, and publish the transformation for team-wide…...
Serverless Contact Form " Lambda, API Gateway, Dynamo DB, and SES
4+ day, 3+ hour ago (175+ words) Overview The contact form on bonefishsoftware. com is fully serverless " no EC2, no. .. Tagged with aws, serverless, python, tutorial....
Announcing updated retry behavior for AWS SDKs and Tools
4+ day, 13+ hour ago (788+ words) When your application calls an AWS service and the request fails with a retryable error, the AWS SDK retries it automatically. The retry behavior controls how long the SDK waits between attempts and when it gives up. Most of this…...