{"id":22742159,"url":"https://github.com/tiagordc/node-red-sqs","last_synced_at":"2026-04-13T21:03:51.841Z","repository":{"id":99154484,"uuid":"220848412","full_name":"tiagordc/node-red-sqs","owner":"tiagordc","description":"Process Node-RED events through AWS SQS and S3","archived":false,"fork":false,"pushed_at":"2019-12-14T07:41:33.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T06:36:53.490Z","etag":null,"topics":["aws","aws-s3","aws-sqs","node-red"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tiagordc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-10T20:40:27.000Z","updated_at":"2021-05-27T18:06:43.000Z","dependencies_parsed_at":"2023-06-04T05:15:23.999Z","dependency_job_id":null,"html_url":"https://github.com/tiagordc/node-red-sqs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagordc%2Fnode-red-sqs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagordc%2Fnode-red-sqs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagordc%2Fnode-red-sqs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagordc%2Fnode-red-sqs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiagordc","download_url":"https://codeload.github.com/tiagordc/node-red-sqs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246274542,"owners_count":20751098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-s3","aws-sqs","node-red"],"created_at":"2024-12-11T00:34:35.808Z","updated_at":"2026-04-13T21:03:51.518Z","avatar_url":"https://github.com/tiagordc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-red-sqs\n\nWith this plugin each message passes through Amazon Simple Queue Service (SQS) and S3 allowing Node-RED load balancing and flow replay. \n\n**Messages will no longer be real-time!**\n\nTo use this download the sources or clone this repo.\n\n## Node-RED runtime changes\n\npackages \u003e node_modules \u003e @node-red \u003e runtime \u003e lib \u003e index.js\n\n```javascript\n\nvar sqs = require(\"node-red-sqs\");\n\n...\n\nfunction start() {\n    return ...\n    .then(function() {\n        return sqs.init(function(msg) {\n            if (msg \u0026\u0026 msg._msginfo) {\n                var node = redNodes.getNode(msg._msginfo.to);\n                if (node) {\n                    delete msg._msginfo;\n                    node.receive(msg);\n                }\n            }\n        });\n    });\n\n}\n\n```\n\npackages \u003e node_modules \u003e @node-red \u003e runtime \u003e lib \u003e nodes \u003e Node.js\n\n```javascript\n\nvar sqs = require(\"node-red-sqs\");\n\n...\n\nNode.prototype.send = function(msg) {   \n    sqs.send.call(this, msg);\n}\n\n```\n\n## Required ENV variables\n\nAWS_ACCESS_KEY_ID\": \"ACCESS ID\"\\\nAWS_SECRET_ACCESS_KEY\": \"ACCESS KEY\"\\\nAWS_FLOW_SQS\": \"SQS FIFO QUEUE URL\"\\\nAWS_FLOW_S3\": \"AWS S3 BUCKET NAME\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagordc%2Fnode-red-sqs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiagordc%2Fnode-red-sqs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagordc%2Fnode-red-sqs/lists"}