Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryxias committed Apr 6, 2020
1 parent 140b5fb commit 73f0a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamalert/alert_processor/outputs/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def _dispatch(self, alert, descriptor):


@StreamAlertOutput
class LambdaOutputV2(AWSOutput):
class LambdaOutputV2(OutputDispatcher):
"""LambdaOutput handles all alert dispatching to AWS Lambda"""
__service__ = 'aws-lambda-v2'

Expand Down

0 comments on commit 73f0a4b

Please sign in to comment.