0.1.1 • Published 2 years ago

n8n-nodes-aws-sqs-trigger v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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