Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Why not SQS?


Lambda doesn't support SQS as an event source yet.


You could have scheduled events -> lambda poll SQS. Though now I wonder why not just do what you need to do right from API->lambda instead of intermediate batch.


It does now via CW Events.


Interesting. I think that still might be the 'push' model and not the 'pull' model, so it might attempt to do work in parallel.

http://docs.aws.amazon.com/lambda/latest/dg/intro-invocation...

The Concurrent Executions section of this page suggests that anything other than Kinesis and Lambda Streams will cause parallel work, which is not what I want:

http://docs.aws.amazon.com/lambda/latest/dg/intro-core-compo...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: