bratsche / ex_aws_kms

ExAws.KMS service package

Home Page:https://hex.pm/packages/ex_aws_kms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExAws.KMS

Build Status Hex pm API Docs

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

Installation

The package can be installed by adding ex_aws_kms 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.1"},
    {:ex_aws_kms, "~> 2.1"},
    {:poison, "~> 3.0"},
    {:hackney, "~> 1.9"},
  ]
end

Documentation can be found at https://hexdocs.pm/ex_aws_kms.

Running Tests

To run tests:

$> mix test

Reporting Issues

Please report all issues on github.

About

ExAws.KMS service package

https://hex.pm/packages/ex_aws_kms

License:MIT License


Languages

Language:Elixir 100.0%