# amazonka-contrib-rds-utils
This library provides a Haskell equivalent of `aws rds generate-db-auth-token`
[CLI utility](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/generate-db-auth-token.html)
built on top of [`amazonka`](https://hackage.haskell.org/package/amazonka) library.
## Developer notes
The following commands assume they are run from the provided Nix shell
### Building the project
```
make build
```
The repository contains [AWS root and intermediate certificates](./aws-root-intermediate-certs.pem) obtained from [AWS docs](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html).
You can use them to test secure connections with the tokens generated by this library.