gunnargrosch / failure-lambda

Module for fault injection into AWS Lambda
MIT License
94 stars 13 forks source link

Proposed implementation to block access to network dependencies #7

Closed jpbarto closed 4 years ago

jpbarto commented 4 years ago

Designed to address #6 this code uses the Mitm NPM package to intercept network calls (all network calls, not just HTTP/S) and determine whether to permit them.

gunnargrosch commented 4 years ago

Cool. I didn't know there was an NPM package for this, but of course there is. I'll try it out tomorrow.