No reviews yetBe the first to leave a review for Condense9
What is the use-case for this? When would I save time using this rather than just running a normal lambda in aws?
Report
Maker
@victorbjorklund Thanks for the question! This is useful when you have several (lambda) functions and need to pass data between them - so like a data processing pipeline, or workflow. It's an alternative to doing it manually with SQS, or using a framework like Airflow.