AWS Chime service module for ExAws
The package can be installed
by adding ex_aws_chime
to your list of dependencies in mix.exs
:
def deps do
[
{:ex_aws_chime, "~> 0.1.0"}
]
end
This module implementes the interface as defined at https://docs.aws.amazon.com/chime/latest/APIReference
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_aws_chime.