LinusU / scandium

🚀 Easily deploy any Node.js web server to AWS Lambda
70 stars 8 forks source link

Convert to TS? #44

Closed albinekb closed 5 years ago

albinekb commented 6 years ago

I can provide a PR 😄 Do you know if ts-node hook does caching of the built files? It would only be nice with TS if we could have "seamless start", so you don't need to remember to start the compiler?

LinusU commented 5 years ago

I believe that we discussed this a bit offline when you opened this, but just to quickly get down some of my thoughts:

That said, I'm not totally against this but I think that it's quite clean as it is now 🤔

albinekb commented 5 years ago

Yes not needed 😄 I closed this as it's so nice to be able to test scandium by just running app.js