Why isn't SQS an event source for lambda?

Viewed 1037

AWS Lambda functions have a bunch of event sources but SQS ain't one.

Why is that? I would have thought it was a good fit.

4 Answers
Related