README.md
# ExAws.EventBridge
[](https://hex.pm/packages/ex_aws_eventbridge)
[](https://hexdocs.pm/ex_aws_eventbridge/)
EventBridge service module for https://github.com/ex-aws/ex_aws
## Installation
The package can be installed
by adding `ex_aws_eventbridge` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_aws_eventbridge, "~> 0.1.0"}
]
end
```
## Configuration
Your app will need to be configured with AWS credentials as outlined here: https://github.com/ex-aws/ex_aws#aws-key-configuration