DEV Community

Discussion on: How YOU can build your first Serverless Logic app, part II

Collapse
 
u000fsr profile image
u000fsr • Edited

great post; I was just working on adding tedious to my function app and was struggling to make it async as Microsoft suggests as a best practice. The callbacks in tedious were causing the function to complete before the data came back unless the index.js entrypoint was made synchronous with context.done() called at the end. After finding your post I was able to change it back to async. Thanks!

Collapse
 
softchris profile image
Chris Noring

hi, great to hear that it helped :)