Skip to content

ex-aws/ex_aws_kms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

45b4eb7 · Oct 12, 2024

History

34 Commits
Oct 12, 2024
Oct 1, 2023
Aug 17, 2024
Aug 17, 2024
May 24, 2020
Oct 17, 2017
Oct 12, 2024
Oct 12, 2024
Oct 19, 2017
Oct 19, 2017
May 24, 2020
Oct 1, 2023
Oct 12, 2024
Oct 12, 2024

Repository files navigation

ExAws.KMS

CI Module Version Hex Docs Total Download License Last Updated

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.