I have been following Deno and AWS CDK for a while, it’s nice to use strong typing in JavaScript however the transpilers are a slight overhead. Deno does away with this and allows the use of TypeScript without compilation. Let’s look at how we can deploy a Deno layer with CDK.

This is an example project showing:

  • AWS CDK
  • TypeScript
  • Deploying a new layer in a CDK project and deploy a function that will use the layer.

#deno #lambda #typescript #aws #cdk

Deploy a Typescript Lambda Function with AWS CDK and a Deno Layer
39.40 GEEK