Skip to content

battistini01/rds-mysql-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rds-mysql-lambda

AWS RDS integration with Lambda

A simple example to integrate a lambda with RDS using IAM role authentication

  1. install dependencies: npm install
  2. test: npm run test
  3. create .zip archive including node_modules folder and index.js file
  4. create your lambda assigning a custom defined role to permit it to connect to RDS - see rds-db:connect action policy
  5. upload lambda source from .zip archive
  6. test your lambda and call it from your API Gateway

About

AWS RDS integration with Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published