README.md

# ExAws.EventBridge

[![Hex.pm](https://img.shields.io/hexpm/v/ex_aws_eventbridge.svg)](https://hex.pm/packages/ex_aws_eventbridge)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](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