avanov / amazonka-contrib-rds-utils

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

Home Page:https://hackage.haskell.org/package/amazonka-contrib-rds-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://hackage.haskell.org/package/amazonka-contrib-rds-utils

License:Mozilla Public License 2.0


Languages

Language:Haskell 72.7%Language:Nix 14.2%Language:Makefile 13.1%