# ExAws.CognitoIdentity
[![Hex version](https://img.shields.io/hexpm/v/ex_aws_cognito_identity.svg "Hex
version")](https://hex.pm/packages/ex_aws_cognito_identity)
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
```elixir
def deps do
[
{:ex_aws, "~> 2.1"},
{:ex_aws_cognito_identity, "~> 1.0"},
{:jason, "~> 1.1"},
{:hackney, "~> 1.14"},
]
end
```
Documentation can be found at [https://hexdocs.pm/ex_aws_cognito_identity](https://hexdocs.pm/ex_aws_cognito_identity).
## Testing
TODO: integration tests