package aws-async

  1. Overview
  2. Docs
Amazon Web Services SDK bindings for async

Install

Dune Dependency

Authors

Maintainers

Sources

v1.2.tar.gz
md5=38c7319a8abb38a5ecac43b66c8798a9
sha512=298e2c01dfb284df67dea55314ce2913be06709780e01a54695fdf4023447d43f4b61c2b3515309ed0fb606e98fe25ea1ff0e9d973b57bff43ad888588796d3c

doc/aws-async/Aws_async/Runtime/index.html

Module Aws_async.RuntimeSource

Sourceval run_request : region:string -> access_key:string -> secret_key:string -> ('input, 'output, 'error) Aws.call -> 'input -> [ `Ok of 'output | `Error of 'error Aws.Error.t ] Async.Deferred.t

Run an AWS request, in the region with access_key and secret_key.

OCaml

Innovation. Community. Security.