aws rds proxy throws timeout error from nodejs12.x
问题 I'm getting a connection timeout when I try to connect to mysql rds proxy. I'm followed this tutorial This is my code import mysql2 from 'mysql2'; import AWS from 'aws-sdk'; const getConnection = async () => { const signer = new AWS.RDS.Signer({ username: 'my-user-name', hostname: 'proxy-name.proxy-someid.us-east-1.rds.amazonaws.com', port: 3306 }); console.info('Connecting to MySQL proxy via IAM authentication'); const rdsSignerAuth = () => () => { console.info('CALL rdsSignerAuth'); return