Serverless TypeScript: A Complete Setup for AWS SAM Lambda

An ultimate serverless TypeScript workflow for Lambdas on AWS SAM that supports testing, debugging, and minimizing your Lambdas through partial compilation and shared layers… Read more

Similar

Advanced TypeScript Type Tricks

After spending some time in TypeScript you may begin to crave type safety everywhere in your life. JavaScript is an inherently unsafe language and there are dragons to be found everywhere and in almost every framework. Most frameworks are sufficiently cov... (more…)

Read more »