Skip to content

vouillon/ocaml-smithy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published