garnaat / kappa

What precedes Lambda
http://kappa.readthedocs.org/en/develop/
Apache License 2.0
902 stars 89 forks source link

Add SQS event source support #133

Open jneves opened 5 years ago

jneves commented 5 years ago

This adds the new SQS event source to kappa. It's basically the same as Kinesis without support for a starting position.

More information at https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html

Going to create a PR next for zappa using this branch.