This library supports the AWS Kinesis Video API. It's designed to work with ExAws 2.x and, with a few exceptions, generally behaves similarly to other JSON-based AWS APIs implemented in ExAws.
One notable difference from most ExAws libraries is that many Kinesis Video endpoints require retrieving a custom endpoint prior to invoking the desired endpoint.
The package can be installed by adding jasontrue_ex_aws_kinesis_video
to your list of dependencies in mix.exs
:
def deps do
[
{:jasontrue_ex_aws_kinesis_video, "~> 0.1.0"}
]
end
- Fork it
- Please add some tests to reflect the purpose of your change (not needed for doc changes)
- Run
mix precommit
before committing - Run
mix prepush
preferably before committing, but definitely before submitting a PR - Submit a pull request to https://github.com/JasonTrue/ex_aws_kinesis_video
mix do deps.get, archive.install hex shipit, cmd test
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_aws_kinesis_video.