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 S3 Testing #61

Closed
jacknagz opened this issue Mar 10, 2017 · 0 comments · Fixed by #68
Closed

Feature: Support S3 Testing #61

jacknagz opened this issue Mar 10, 2017 · 0 comments · Fixed by #68

Comments

@jacknagz
Copy link
Contributor

Background

When testing the StreamAlert Lambda functions, it's necessary to create fake event records to send to the main handler for analysis. With AWS Kinesis and SNS this is straightforward, since the event contains the data to be analyzed/alerted on. However with s3 events, the data must be fetched out of band, which increases the complexity of testing.

Desired Outcome

The ability to test s3 based rules:

{
  "records": [
    {
      "data": "data,in,my,fake,object",
      "description": "Privileged wget commands to non Airbnb assets",
      "trigger": true,
      "source": "my.s3.bucket",
      "key": "my.fake.object",
      "service": "s3"
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants