README.md

# ExAws.QLDB

Service module for https://github.com/ex-aws/ex_aws

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_aws_qldb` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ex_aws, "~> 2.0"},
    {:ex_aws_qldb, "~> 2.0"},
    {:poison, "~> 3.0"},
    {:hackney, "~> 1.9"},
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ex_aws_qldb](https://hexdocs.pm/ex_aws_qldb).