cloudify / scalazon

Idiomatic, opinionated Scala library for AWS
MIT License
30 stars 13 forks source link

Enable use of async methods #15

Open raam86 opened 9 years ago

raam86 commented 9 years ago

Amazon SDK exposes XAsync methods (getRecordsAsync etc')

is there a plan on implanting these methods? it seems like a better approach than simply wrapping normal blocking java code with scala async.

I would love to see mistakes in my arguments.

Kindly,