Using a Typescript Lambda as a CDK Construct Custom Resource
An update to the previous CDK Construct Custom Resource post. This time we will be using Typescript instead of JavaScript for the Lambda function.
Showing posts from
An update to the previous CDK Construct Custom Resource post. This time we will be using Typescript instead of JavaScript for the Lambda function.
CDK Constructs are a great way to create reusable and flexible code for yourself and others. projen makes it easy to create and publish the...