Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/avanov/amazonka-contrib-rds-utils
- Owner: avanov
- License: mpl-2.0
- Created: 2021-07-16T22:11:29.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-12-12T20:55:25.000Z (about 3 years ago)
- Last Synced: 2024-10-06T06:03:08.516Z (3 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: 1
- Watchers: 3
- 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.