Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 550 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 550 Bytes

ocaml-smithy

This aims to provide eventually a comprehensive AWS SDK for OCaml. However, signing and and performing operations is not implemented yet, and some protocols still need work.

The SDK is code-generated from Smithy models that represent each AWS service. The models were copied from smithy-rs.

First, this will generate the code:

dune exec ./smithy.exe

To run the tests:

dune runtest

To build the documentation:

dune build @doc