nfroidure / whook

Build strong and efficient REST web services.
https://slides.com/nfroidure/introducing-whook
MIT License
31 stars 5 forks source link

feat(@whook/aws-lambda): use the graceful shutdown feature #190

Closed nfroidure closed 3 weeks ago

nfroidure commented 3 weeks ago

When this module was created, AWS Lambda did not permit to graceful shutdown the running lambdas. Now that we can, simply injecting it. Also mordernized the code to use async/await.

fix #189