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
Writing Typescript Lambda deployed with CLAUDIA.JS part 1
I just discovered CLAUDIA.JS and I think this toolkit is absolutely awesome. The ability to create/update/deploy AWS lambdas served by API Gateway so easily is amazing. You should check it out immediately if you're new to it as I was. Now, I love TypeScript and would like to use it everywhere. This series will go … Continue reading Writing Typescript Lambda deployed with CLAUDIA.JS part 1