ashiina / aws-lambda-rds-sample

sample for S3 -> RDS data transfer with Amazon Lambda
28 stars 12 forks source link

RDS and lambda #1

Open fuzzball1980 opened 9 years ago

fuzzball1980 commented 9 years ago

Hi, sorry for the off-topic question but do you know if lambda support access to RDS postgres?

Thank you!

ashiina commented 9 years ago

Hey! As far as I know, Amazon Lambda should have support to the pg library of node.js.

http://stackoverflow.com/questions/33177142/aws-lambda-postgres-query-is-timing-out

I apologize that my sample is only MySQL, but just modify the MySQL-unique parts and it should work the same way!