querying rds instance with aws lambda using nodejs

Querying RDS MySQL DB with NodeJS Lambda Function

Hi all, recently I tried AWS lambda for the first time and my task was to query an RDS MySQL database. In this blog post I will share my experience on that. First Attempt - Using the Inline Code Editor Since I was using NodeJS, the first thing was to figure out a good MySQL … Continue reading Querying RDS MySQL DB with NodeJS Lambda Function