ThreatResponse / python-lambda-inspector

A profiler for the lambda sandbox.
MIT License
6 stars 7 forks source link

Handle is_warm exception #4

Closed andrewkrug closed 7 years ago

andrewkrug commented 7 years ago

If fs is read-only handle and throw exception that is_warm can not be tested.

joelferrier commented 7 years ago

Hey Jeff, would it be handy if I included a Dockerfile and some tooling for testing with a read-only filesystem locally?

jeffbryner commented 7 years ago

thanks @joelferrier I think I got it sorted, just made a readonly portion of my local system and tested write/non write conditions.