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: 8 months ago
JSON representation
A Haskell equivalent of "aws rds generate-db-auth-token" CLI utility built on top of "amazonka" library.
- Host: GitHub
- URL: https://github.com/avanov/amazonka-contrib-rds-utils
- Owner: avanov
- License: mpl-2.0
- Created: 2021-07-16T22:11:29.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-12-12T20:55:25.000Z (over 4 years ago)
- Last Synced: 2025-09-19T05:55:54.313Z (9 months ago)
- Topics: amazonka, aws, aws-sdk, awscli, awscliv2, haskell, haskell-application, haskell-library, rds
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/amazonka-contrib-rds-utils
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.