Stuck on 504 Gateway Timeout errors when invoking a custom Data Action from Architect flows processing payloads exceeding 50KB.
The AppFoundry application is deployed across multiple tenant orgs using OAuth 2.0 client credentials flow. The Data Action endpoint is hosted on AWS API Gateway with a 30-second timeout, yet the Genesys Cloud platform consistently returns a 504 before the response is processed. This behavior is inconsistent; smaller payloads under 10KB return successfully with a 200 OK. The SDK version is purecloud-architecture-node 2.1.0. The integration logs show the request reaches the Lambda function, but the connection drops during the response phase. Is there a hidden payload size limit or a specific configuration in the Data Action definition that needs adjustment for larger data transfers?