pgdump-aws-lambda icon indicating copy to clipboard operation
pgdump-aws-lambda copied to clipboard

IAM authentication

Open nicolasbouton opened this issue 3 years ago • 1 comments

Hello, Thanks for your work, it works fine and very helpful ! 2 things I would like to bring to your attention:

  • support Multiple database backups, but I think this request has already been submitted. I've workarouned this creating one Cloudwatch event per database.
  • more information regarding IAM authentication ? I could have the application to connect the RDS using a temporary token but how does the app generates new tokens ?

Thanks a lot and sorry for not contributing more as my skill level in Node.js is close to 0...

Nicolas,

nicolasbouton avatar Jul 06 '21 09:07 nicolasbouton

@nicolasbouton - You could, use this tool to create the temp token -- https://github.com/99designs/aws-vault

tpayne84 avatar Aug 28 '21 14:08 tpayne84