Liking cljdoc? Tell your friends :D

psql.aws

AWS RDS/Aurora IAM authentication for psql-clj.

Instead of a static password, RDS can authenticate with a short-lived token signed from your AWS credentials. iam-spec returns a psql.core/spec whose :password is a freshly generated token (valid ~15 minutes), so wrap it in a delay/refresh or build a new pool before the token expires.

AWS RDS/Aurora IAM authentication for psql-clj.

Instead of a static password, RDS can authenticate with a short-lived token
signed from your AWS credentials. `iam-spec` returns a psql.core/spec whose
:password is a freshly generated token (valid ~15 minutes), so wrap it in a
`delay`/refresh or build a new pool before the token expires.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close