Example #1
0
func RDS() *rds.RDS {
	return rds.New(awsConfig())
}
Example #2
0
func RDS() *rds.RDS {
	return rds.New(session.New(), awsConfig())
}