Skip to content

Instantly share code, notes, and snippets.

@danillouz
Created September 10, 2018 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danillouz/949b834ab4d3591349be546fb3aab73c to your computer and use it in GitHub Desktop.
Save danillouz/949b834ab4d3591349be546fb3aab73c to your computer and use it in GitHub Desktop.
Timeout routine as Lambda handler await diff.
- timeout(5e3);
+ await timeout(5e3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment