Writing Typescript Lambda deployed with CLAUDIA.JS part 2

In part 1 of this series we learned how to write a Typescript declaration file. We’ll now learn and adapt from this tutorial to transpile code with the Typescript compiler. Transpiling before deployment We'll need the Typescript compiler instead of Babel as a development dependency. npm install tsc claudia -D The scripts in package.json becomes what you can … Continue reading Writing Typescript Lambda deployed with CLAUDIA.JS part 2