aws:asset:path – Guide to using aws:asset:path in CloudFormation

aws:asset:path with AWS SAM in CloudFormation

aws:asset:path is a type of metadata which can be configured in CloudFromation for a Lambda function. Below are my notes on how to use it, specifically for use with AWS SAM directly with standard CloudFormation. Use aws:asset:path to specify the location of code for Lambda Function in CloudFormation for use with SAM. Using SAM with … Read more

Optimizing for a Cloud-Native Developer Experience

Micro feedback loops

Learn why and how focusing on developer experience and mirco feedback loops will speed up your development process and help you to create a better product. Cross Post from: www.drewkhoury.com Optimizing for a Cloud-Native Developer Experience – Presentation Chris and Drew share their combined knowledge around developer experience, why (micro) feedback loops matter a whole … Read more

How to Increase Your Python Aws Cdk Lambda Development Speed by Testing Locally with AWS SAM

Install AWS SAM CLI on Linux

Cross-post from: MediumThis article explains how to locally test, with AWS SAM (Serverless Application Model), a Lambda function + API Gateway created with AWS CDK (Cloud Development Kit). Python AWS CDK and SAM are a match made in heaven, or at least a match made in the cloud. This example uses the AWS CDK in Python. Using … Read more