fugue / credstash

A little utility for managing credentials in the cloud
Apache License 2.0
2.06k stars 215 forks source link

V 1.16.2 breaks on AWS Lambda #286

Closed samc0de closed 4 years ago

samc0de commented 4 years ago

I am using credstash in an AWS Lambda function (Python). The above mentioned release (which adds logging) tries to create a new file in the current directory, which is /var/task/, and is readonly, and hence fails.

image

mike-luminal commented 4 years ago

Hi @samc0de, thanks for the issue and PR. This issue was fixed in #280 , which removes logging when credstash is used as a lib.