github.com/aavshr/aws-sdk-go@v1.41.3/example/service/rds/rdsutils/authentication/README.md (about) 1 # Example 2 3 This is an example using the AWS SDK for Go to create an Amazon RDS DB token using the 4 rdsutils package. 5 6 # Usage 7 8 ```sh 9 go run -tags example iam_authentication.go <region> <db user> <db name> <endpoint to database> <iam arn> 10 ``` 11 12 Output: 13 ``` 14 Successfully opened connection to database 15 ```