jessek1 / ex_aws_cognito_identity

ExAws service module for AWS Cognito Federated Identities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExAws.CognitoIdentity

Hex version

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

Installation

The package can be installed by adding :ex_aws_cognito_identity 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_cognito_identity, "~> 1.1"},
    {:jason, "~> 1.1"},
    {:hackney, "~> 1.14"},
  ]
end

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

Testing

TODO: integration tests

About

ExAws service module for AWS Cognito Federated Identities

License:MIT License


Languages

Language:Elixir 100.0%