Given two distinct lambda functions (A) and (B).
A client calls lambda (A), the call blocks until another client calls Lambda (B) and then returns. [Assuming within 1 minute]
Evidently, Lambda (B) could write a flag to a database, and Lambda (A) could poll on this flag until it's set, and then return. But this approach seems inelegant. Can someone suggest a better approach?
question from:https://stackoverflow.com/questions/65938154/inter-lambda-communication-on-aws-without-polling