You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS Lambda functions can be invoked from many different sources. Currently in StreamAlert, only AWS Kinesis and Amazon S3 are supported. In order to support a SOA based approach, allowing SNS and SQS to invoke StreamAlert's Lambda function will provide additional entry points to StreamAlert.
Desired Outcome
Terraform module(s) which configure SNS/SQS permissions and event mappings
Testing workflows
The text was updated successfully, but these errors were encountered:
Closing this out since SNS is already supported, and SQS is not a push method. We don't want to introduce latency by having the rule processor poll a stream directly, this is better suited for a StreamAlert App integration.
Background
AWS Lambda functions can be invoked from many different sources. Currently in StreamAlert, only AWS Kinesis and Amazon S3 are supported. In order to support a SOA based approach, allowing SNS and SQS to invoke StreamAlert's Lambda function will provide additional entry points to StreamAlert.
Desired Outcome
The text was updated successfully, but these errors were encountered: