serverless-components / express

⚡ Take existing Express.js apps and host them easily on cheap, auto-scaling, serverless infrastructure (AWS Lambda and AWS HTTP API).
https://serverless.com/components
Apache License 2.0
375 stars 34 forks source link

Add typescript templates #39

Closed zackdotcomputer closed 3 years ago

zackdotcomputer commented 3 years ago

Adds two templates showing how to use this component in typescript with either the vanilla tsc or with webpack as your compiler/bundler.

This was done to explore whether it was even possible after reading #12

zackdotcomputer commented 3 years ago

@eahefnawy Not at all - was able to pipe the existing templates through tsc or webpack just fine and, once I added the typing, everything seemed to work ok.

Made the changes you requested and fixed the lint/prettier issues that the GH Action turned up