Skip to content

grain-team/ex_aws_medialive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExAws MediaLive

MediaLive Service module for ExAws.

Installation

The package can be installed by adding ex_aws_medialive to your list of dependencies in mix.exs along with :ex_aws and your preferred JSON codec / http client:

def deps do
  [
    {:ex_aws, "~> 2.0"},
    {:ex_aws_medialive, "~> 0.1.0"},
    {:jason, "~> 1.0"},
    {:hackney, "~> 1.9"},
  ]
end

License

ex_aws_medialive is Copyright © 2020 Grain Intelligence, Inc. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About Grain

ex_aws_medialive is maintained and funded by Grain Intelligence, Inc. The names and logos for Grain are trademarks of Grain Intelligence, Inc.

For more information, see the documentation.

About

MediaLive Service module for ExAws

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages