mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
Rename amazonSns to awsSns
This commit is contained in:
@@ -12,17 +12,17 @@ import { awsConfigCredentials } from './GenericFunctions';
|
||||
|
||||
import { SNS } from 'aws-sdk';
|
||||
|
||||
export class Sns implements INodeType {
|
||||
export class AwsSns implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Amazon SNS',
|
||||
name: 'amazonSns',
|
||||
displayName: 'AWS SNS',
|
||||
name: 'awsSns',
|
||||
icon: 'file:sns.png',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["topic"]}}',
|
||||
description: 'Sends data to Amazon SNS',
|
||||
description: 'Sends data to AWS SNS',
|
||||
defaults: {
|
||||
name: 'Amazon SNS',
|
||||
name: 'AWS SNS',
|
||||
color: '#FF9900',
|
||||
},
|
||||
inputs: ['main'],
|
||||
Reference in New Issue
Block a user