Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avanov/amazonka-contrib-rds-utils

A Haskell equivalent of "aws rds generate-db-auth-token" CLI utility built on top of "amazonka" library.
https://github.com/avanov/amazonka-contrib-rds-utils

amazonka aws aws-sdk awscli awscliv2 haskell haskell-application haskell-library rds

Last synced: 27 days ago
JSON representation

A Haskell equivalent of "aws rds generate-db-auth-token" CLI utility built on top of "amazonka" library.

Awesome Lists containing this project

README

        

# 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.