Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 746 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 746 Bytes

AWS CloudTrail API

AWS CloudTrail Service module for ex_aws.

Installation

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

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

Documentation

License

LICENSE