blob: f4056bf0491e1d0f360952f0e32fba244536a1b8 (
plain)
1
2
3
4
5
6
7
8
|
// Package auth is used to generate authentication tokens used to
// connect to a given Amazon Relational Database Service (RDS) database.
//
// Before using the authentication please visit the docs here to ensure
// the database has the proper policies to allow for IAM token authentication.
// https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html#UsingWithRDS.IAMDBAuth.Availability
// https://aws.github.io/aws-sdk-go-v2/docs/sdk-utilities/rds
package auth
|