This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
0.1.0
Pre-release
Pre-release
Initial release of coroutine builder APIs for AWS SDK commands:
awsCoroutine(asyncCommand[, requestBuilder])
: Executes an asynchronous SDK commandawsBlockingCoroutine(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:
@UseExperimental(ExperimentalAwsCoroutineApi::class)
annotation- Compiler arg:
-Xuse-experimental=com.github.bradynpoulsen.aws.coroutines.ExperimentalAwsCoroutineApi