Recently I've tried to write a lambda function in Go, which connects to MySQL database on RDS instance and use IAM Authentication instead of "traditional" approach with passwords (which I think is an anti-pattern in cloud environments). I've spent way too much time to solve the problem, but the documentation and examples on the Internet are lacking and wrong in some places... It's time to document...

Read More