awslabs / aws-lambda-redshift-loader

Amazon Redshift Database Loader implemented in AWS Lambda
Other
597 stars 164 forks source link

Add credstash implementation to obtain db password #201

Open rncain opened 5 years ago

rncain commented 5 years ago

I added a credstash implementation if wanted. Instead of requiring the user to add passwords to the config, the loader will use credstash in realtime to obtain the db password.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

IanMeyers commented 5 years ago

Thanks for this. I don't see that there's region support when setting up the credstash - is that something that you could add? Important this this solution be region locked based on the deployed location.