Transforming Diagrams into Code: AI-Powered IaC with Claude 3 and Amazon BedrockMar 29, 2024·6 min read
Integrating Lambda Durable Functions into a Step Functions WorkflowAt re:Invent 2025, AWS announced Lambda Durable Functions. The feature introduces a checkpoint/replay mechanism that allows Lambda executions to run for up to one year, automatically recovering from interruptions by replaying from the last checkpoint...Feb 14, 2026·15 min read
Guardian of the Functions: Keeping an Eye on your Galaxy of AWS Step Functions with Custom Metrics on CloudWatchIntroduction Managing multiple AWS Step Functions can quickly turn into a complex task, especially when each function forms a crucial link in a broader process. For instance, consider a data processing system where numerous files are uploaded, analyz...Jul 18, 2023·11 min read
Push the Green Button: Creating Event Gadgets with IoT and Serverless ArchitecturePreparing for the AWS Summit Milano 2023 not only as an AWS Community Builder but as a representative of my company (sponsor of the event), I found myself grappling with an issue that seems small but is indeed profound - the ubiquitous, forgettable, ...Jun 22, 2023·16 min read
Automating the injection of CI/CD runtime information into Terraform providerAs a DevOps engineer or software developer, you may have encountered scenarios where you must inject CI/CD runtime information into your Terraform provider code. This information could be anything from environment-specific variables to runtime config...Mar 31, 2023·4 min read
Continuous Delivery for the rest of usCombining Continuous Integration and GitOps for Deployment in Multiple EnvironmentsJan 4, 2023·15 min read
4 ultimate reasons to prefer AWS CDK over TerraformThere is an Italian version of this article; if you'd like to read it click here. Over the past few months I have been using AWS CDK for some projects, and every time I started talking about it, someone would ask: why should I abandon the tool I am ...Dec 5, 2022·8 min read
Blue/green deployment of a web server on ECS FargateThere is an Italian version of this article; if you'd like to read it click here. Seamless technological upgrades of legacy infrastructures A frontline web server exposing a backend application - who hasn't seen one? This apparently simple logical a...Aug 27, 2022·14 min read