Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bradynpoulsen bradynpoulsen released this 14 Dec 00:31
· 2 commits to master since this release
c92294b

Initial release of coroutine builder APIs for AWS SDK commands:

  • awsCoroutine(asyncCommand[, requestBuilder]): Executes an asynchronous SDK command
  • awsBlockingCoroutine(blockingCommand[, coroutineContext][, requestBuilder]): Executes a blocking SDK command on a separate dispatcher

All APIs have been annotated with @ExperimentalAwsCoroutineApi while commands are in pre-release.
You must opt-in to these experimental APIs using one of: