ThreatResponse / python-lambda-inspector

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

store a copy of env data #19

Closed joelferrier closed 7 years ago

joelferrier commented 7 years ago

Fixes #14 by storing a copy of environment data in the result dict instead of a reference to the dict returned by os.environ.__dict__.get('data')