steffenstolze / n8n-nodes-aws-sqs-trigger

N8N Trigger node for AWS SQS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner image

n8n-nodes-aws-sqs-trigger

This repo contains AWS SQS Trigger Node for consuming Queue data. Aws SQS node requires credential to communicate with AWS. This node uses existing AWS credential from n8n

Prerequisites

You need the following installed on your development machine:

  • git
  • Node.js and npm. Minimum version Node 16. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL here. For Windows users, refer to Microsoft's guide to Install NodeJS on Windows.
  • Install n8n with:
     npm install n8n -g
    
  • Recommended: follow n8n's guide to set up your development environment.

License

MIT

About

N8N Trigger node for AWS SQS

License:MIT License


Languages

Language:TypeScript 81.8%Language:JavaScript 18.2%