gunnargrosch / failure-lambda

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

Fixed issue with exception injection not throwing the exception #4

Closed jpbarto closed 4 years ago

jpbarto commented 4 years ago

Added a flag to the SSM parameter to let the library know whether to catch exceptions or to throw them out to Lambda. Designed to address issue #3