serverless-express
serverless-express copied to clipboard
Converting V4 to Typescript
base PR: https://github.com/vendia/serverless-express/pull/327 https://github.com/vendia/serverless-express/pull/327#issuecomment-752816838
When I used aws-serverless-express, I developed express-js with typescript, so there were many inconveniences.
If possible, I would like to switch this package to typescript and add typescript example.
The typescript prototype PR which I made as suggestion will be close. If you let me know the release branch of V4, I think I can work on it in advance.
Best wishes.
I'm actively working on v4 again. Hopefully in a few weeks it won't be in as much flux and I'd love for you to upgrade to TS :)
Thanks. During that period, I will check the current source code(husky, eslint and so on) and see how it can be easily converted.
Best wishes.
Hey! Are you still interested in converting this to Typescript? We'll want to make sure we output a version that can be imported with standard Node.js without any build tools also.