Friday, January 12, 2018

Querying RDS MySQL DB With NodeJS Lambda Function

DZone Database Zone
Querying RDS MySQL DB With NodeJS Lambda Function
Querying RDS MySQL DB With NodeJS Lambda Function

Recently, I tried AWS lambda for the first time. 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 node package. I found this MySQL library thanks to Douglas Wilson, and it has good documentation, as well. Writing the code was simple.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...