Using TypeScript for AWS Lambda Part 2
In the first part we had setup our Lambda development environment with TypeScript and local testing. But there is a problem with it, if you…

Topics / TypeScript
2 posts
In the first part we had setup our Lambda development environment with TypeScript and local testing. But there is a problem with it, if you…

AWS Lambda only supports NodeJS runtime and it can only run JavaScript. As always you need to transpile TypeScript to JavaScript using tsc…
