aws-samples / aws-secrets-manager-rotation-lambdas

Contains Lambda functions to be used for automatic rotation of secrets stored in AWS Secrets Manager
MIT No Attribution
330 stars 282 forks source link

Fix Issue 97, add requirements.txt #98

Closed felixschwebel closed 1 year ago

felixschwebel commented 1 year ago

Issue #97

Description of changes: I've added a requirements.txt file to make the code easier to use right away.

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

jbct commented 1 year ago

Hi felixschwebel - this repository is used for samples for customers to pull these in individually and modify as they see fit. The dependencies are documented in the linked AWS documentation referenced in the original README. Our recommendation for deployment is for customers to use CloudFormation or the console to automatically deploy rotation Lambdas.