vouillon/ocaml-smithy

6

stars

36

commits

OCaml

primary language

Nov 28, 2024

updated

README

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

Contributors

vouillon

36 commits

vouillon/ocaml-smithy

6

stars

36

commits

OCaml

primary language

Nov 28, 2024

updated

README

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

Contributors

vouillon

36 commits

Languages

OCaml

89.3%

Smithy

10.7%