route/vendor/github.com/aws/aws-sdk-go/example/service/rds/rdsutils/authentication/README.md

16 lines
301 B
Markdown

# Example
This is an example using the AWS SDK for Go to create an Amazon RDS DB token using the
rdsutils package.
# Usage
```sh
go run -tags example iam_authetnication.go <region> <db user> <db name> <endpoint to database> <iam arn>
```
Output:
```
Successfully opened connection to database
```