I'm wondering if anyone had success creating data streaming workflows with Prefect 2 using AWS API Gateway + Lambda. I noticed @Zheng Cheng posted about it a couple months ago. I just wanted to check and see if anyone had success with this before I try to tackle it blindly.
👀 1
I've got the gateway + lambda setup already. Would love to pass data from lambda into prefect and have prefect listen and wait for the data. Then, have prefect do a couple other tasks, etc.