Goal
Goal behind this blog, is to deploy a lambda function in aws written in typescript using cdktf and esbuild and make that lambda function invocable from internet.
Prerequisite
I assume you have
Basic typescript knowledge
git, node, npm and terr...