Common Node.js mistakes in Lambda
Oct 31, 2019 · I have helped quite a few clients with their Node.js serverless projects. In doing so I have seen some recurring mistakes around async/await. Still using callbacks Many people are still using the callbacks in their async handler functions: module.exp...
Join discussion