Unable to call shopify APIs through AWS Lambda

Unable to call shopify APIs through AWS Lambda

Ashfaq_
Shopify Partner
5 0 4
I am shifting some of my critical functions and APIs to AWS Lambda. However i am receiving the  ETIMEDOUT error.

is there any particular reason why this must be happening?

I am on the 6.0.0 version of Shopify but I keep gettng the error:

 

 

 

 

code: 'ETIMEDOUT', timings: { start: 1721040962385, socket: 1721040962443, lookup: 1721040962502, connect: undefined, secureConnect: undefined, upload: undefined, response: undefined, end: undefined, error: 1721040977859, abort: undefined, phases: { wait: 58, dns: 59, tcp: undefined, tls: undefined, request: undefined, firstByte: undefined, download: undefined, total: 15474 }

 

 

 

 

 

Reply 1 (1)

fcommisso
Shopify Partner
8 0 3

Im getting the same issue... the lambda can hit the shopify api perfectly fine and then randomly go through bouts of timing out... have you found a solution?