Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Support SNS and SQS as Sources #64

Closed
jacknagz opened this issue Mar 14, 2017 · 1 comment
Closed

Feature: Support SNS and SQS as Sources #64

jacknagz opened this issue Mar 14, 2017 · 1 comment

Comments

@jacknagz
Copy link
Contributor

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

  • Terraform module(s) which configure SNS/SQS permissions and event mappings
  • Testing workflows
@jacknagz
Copy link
Contributor Author

jacknagz commented Oct 9, 2017

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.

@jacknagz jacknagz closed this as completed Oct 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant