Common Node.js mistakes in Lambda
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...
theburningmonk.hashnode.dev