Maximizing Your AWS Lambda Function's Potential with Layers and the AWS CDK
A common approach to working with AWS lambdas in the AWS CDK with TypeScript is to bundle your external dependencies and reused code into the final compiled JavaScript that is deployed to the lambda function. Often this is achieved by using something...
conermurphy.hashnode.dev12 min read