Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make code more async #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Make code more async #9

wants to merge 1 commit into from

Conversation

tcyrus
Copy link

@tcyrus tcyrus commented Apr 13, 2018

  • Updated AWS-SDK to include built-in promises functionality (no need to use promisifyAll).
  • Replaced await by using clear then chains.
  • Uses Promise functions from bluebird to clean-up code (spread, tap, thenReturn, and catchReturn).

Updated AWS-SDK to include built-in promises functionality. Chained promises together and removed all await calls.
@tcyrus
Copy link
Author

tcyrus commented Dec 12, 2019

@trevordixon Could you merge this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant