Node.js AWS Lambda connecting to Heroku Postgres

Shows how to connect AWS Lambda to Heroku Postgres. Uses an api:release Heroku webhook and the Heroku API to handle automatic Heroku Postgres credential rotation.

View on Github

aws-node-heroku-postgres

An example app, created in this blog post, showing how to connect AWS Lambda to Heroku Postgres. Uses an api:release Heroku webhook and the Heroku API to handle automatic Heroku Postgres credential rotation.