Review
I think the problem is that you need some kind of "realtime orchestration" – and thus completely different tools designed for that. It seems like an product development problem – probably you need to use some message queue (RabbitMQ, Kafka) and own processing gateway service (maybe another Lambda) that'll react to those inputs.
0 views0