amazonka-contrib-rds-utils: A Haskell equivalent of "aws rds generate-db-auth-token"

[ aws, library, mpl, program ] [ Propose Tags ]

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


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.6.1.0, 1.6.1.1
Change log CHANGELOG.md
Dependencies amazonka (>=1.6.1), amazonka-contrib-rds-utils, amazonka-core, amazonka-rds, base (>=4.14.1.0 && <5), bytestring (>=0.9), lens (>=4.4), optparse-applicative (>=0.16.1), text (>=1.1), time (>=1.9.1) [details]
License MPL-2.0
Copyright Copyright (c) 2021 Maxim Avanov
Author Maxim Avanov
Maintainer maxim.avanov@gmail.com
Category AWS
Home page https://github.com/avanov/amazonka-contrib-rds-utils
Bug tracker https://github.com/avanov/amazonka-contrib-rds-utils/issues
Uploaded by avanov at 2021-12-12T21:07:44Z
Distributions
Executables generate-db-auth-token
Downloads 200 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-12-12 [all 1 reports]

Readme for amazonka-contrib-rds-utils-1.6.1.1

[back to package description]

amazonka-contrib-rds-utils

This library provides a Haskell equivalent of aws rds generate-db-auth-token CLI utility built on top of 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 obtained from AWS docs. You can use them to test secure connections with the tokens generated by this library.