This message was deleted.
# general
s
This message was deleted.
b
That’s a dns lookup error, it looks like you it can’t find the rds database.
I would Google for dns lambda issue and see what you can find
d
I guess the VPC is a problem
It was my own problem, I had to change one line: host     :db.endpoint.get().split(":")[0],//db.endpoint.get(),
for the database host
because the database host string had "blahblah:3306", I had to drop the :3306
👍 1