func RDS() *rds.RDS { return rds.New(awsConfig()) }
func RDS() *rds.RDS { return rds.New(session.New(), awsConfig()) }