
Due to business asks, I am trying to hook up a MS Form -> AWS Lambda. The lambda runs successfully and creates the required resources, however, the Flow hangs on the HTTP Webhook step. I believe it has something to do with Forms either not getting or mishandling the response as when I use curl locally I get the expected response back from AWS. Is there something I need to include in either the subscribe body or the unsubscribe portion of the connector to get a response back from AWS?