package awskit-eio

  1. Overview
  2. Docs

Source file awskit_eio.ml

1
2
3
4
5
6
7
8
9
(** Eio runtime adapter for AWS. Thin wrapper over the pure awskit package. *)

module Runtime = Runtime

type t = Runtime.conn
type 'flow https = 'flow Runtime.https

let http_only = Runtime.http_only
let create = Runtime.create