AWS DevOps & Developer Productivity Blog

Matteo Luigi Restelli

Author: Matteo Luigi Restelli

Matteo Restelli is an AWS Sr. Partner Solutions Architect. He mainly focuses on Italian Consulting AWS Partners and is also specialized in Infrastructure as Code, Cloud Native App Development and DevOps. Outside of work, he enjoys swimming, rock & roll music and learning something new everyday especially in Computer Science space.

Announcing the new AWS CDK EKS v2 L2 Constructs

Announcing the new AWS CDK EKS v2 L2 Constructs

Introduction Today, we’re announcing the release of aws-eks-v2 construct, a new alpha version of AWS Cloud Development Kit (CDK) L2 construct for Amazon Elastic Kubernetes Service (EKS). This construct represents a significant change in how developers can define and manage their EKS environments using infrastructure as code. While maintaining the powerful capabilities of its predecessor […]

Validate Your Lambda Runtime with CloudFormation Lambda Hooks

Validate Your Lambda Runtime with CloudFormation Lambda Hooks

Introduction This post demonstrates how to leverage AWS CloudFormation Lambda Hooks to enforce compliance rules at provisioning time, enabling you to evaluate and validate Lambda function configurations against custom policies before deployment. Often these policies impact the way a software should be built, restricting language versions and runtimes. A great example is applying those policies […]