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:
#deno #lambda #typescript #aws #cdk