architect / functions

AWS Lambda Node runtime helpers for Architect apps
https://arc.codes
163 stars 38 forks source link

Update types testing #533

Closed tbeseda closed 1 year ago

tbeseda commented 1 year ago

Use tsd instead of dtslint.

Also update a few dependencies. Updating eslint tossed an error about the redundant await in a return statement. I believe eslint is right in that it has no effect when returning Promise.all; but a confirmation would be appreciated.