mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-11 15:14:05 -08:00
99bb6e40c1
* implement sqs node to send message * remove console logs * update node to use url as value * add message attributes * tslint --fix * fix comment * address comments, fix subtitle bug, fix style issues * add comma * update pathname handling * fix spacing * fix queue loading for no queues and more than 1 * change logo to svg, support sending input as json * add binary data property support * fix node read to depend on item * 🎨 Fix SVG size to prevent cropping * ⚡ Ajust imports and display names per codebase * ✏️ Edit parameter descriptions * address comments * tslint fixes * update subtitle to operation * update fifo handling * ⚡ Improvements * ⚡ Minor fix Co-authored-by: Iván Ovejero <ivov.src@gmail.com> Co-authored-by: ricardo <ricardoespinoza105@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
21 lines
358 B
JSON
21 lines
358 B
JSON
{
|
|
"node": "n8n-nodes-base.awsSqs",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": [
|
|
"Development",
|
|
"Communication"
|
|
],
|
|
"resources": {
|
|
"credentialDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/credentials/aws"
|
|
}
|
|
],
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.awsSqs/"
|
|
}
|
|
]
|
|
}
|
|
} |