gunnargrosch / failure-lambda

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

Feature Request: deny access to service dependencies #6

Closed jpbarto closed 4 years ago

jpbarto commented 4 years ago

It would be great to be able to simulate failure of a service dependency (access to DynamoDB for example). This could be simulated through manipulation of IAM roles / permissions but it would be great to be able to extend this to other network dependencies (MongoDB connectivity, other microservices, etc).

Would it make sense to configure failure-lambda to simulate the failure of a network dependency through interception of the network calls?