@neurobashing Doing! Looks like this:
Browser -> API Gateway-> Lambda. Writes to SQS.
SQS-> Lambda (again) -> Queries DB. **This** lambda has to wait.
Browser -> API Gateway -> Poll db a few times until it shows up in results table.
I wish I could just say, Hey, SQL Server, run this proc and call me back at this network address when you're done.