Open jacknagz opened 7 years ago
AWS Lambda supports a thread limit of 1024 per execution. We currently are not taking advantage of this feature when processing logs with StreamAlert.
Usage of Python's multiprocessing builtin library to parallelize the classification and rules matching engine.
PR #273 is open with a POC for this but should be further investigated.
Background
AWS Lambda supports a thread limit of 1024 per execution. We currently are not taking advantage of this feature when processing logs with StreamAlert.
Desired Outcome
Usage of Python's multiprocessing builtin library to parallelize the classification and rules matching engine.