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

Include requirements.txt for each folder #97

Closed IyadKandalaft closed 1 year ago

IyadKandalaft commented 1 year ago

It's difficult to replicate a working version of this code without a requirements.txt file for each script or set of scripts. Adding a requirements.txt allows developers to bring the code in-house, test it, improve it, and contribute back to this repo with ease.

felixschwebel commented 1 year ago

I would like to add the requirements.txt file

jbct commented 1 year ago

Hi lyadKandalaft - this repository is used for samples for customers to pull these in individually and modify as they see fit. The dependencies often change and we document many dependencies 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.