AWS SDK in Code Node

Describe the problem/error/question

I try to use aws SDK in Code node but I’ve got this error :

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:0.231
  • **Database (default: SQLite):**PosgresSQL
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**Queue
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**Docker
  • **Operating system:**Debian

Hi @Kent1, ENOTFOUND is a system error and is thrown if a hostname isn’t found. Or in other words the DNS lookup has failed.

Assuming you are using a valid hostname this is most likely a local cause, for example an unavailable or overloaded DNS server. If this is just a temporary problem, you could consider enabling the retry option provided by n8n:

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.