Giter VIP home page Giter VIP logo

aws-sns-component's Introduction

AWS SNS component

Description

AWS Simple Notification Service integration component.

How works

The component publishes a message to the SNS topic in a specific Amazon SNS service access point.

Requirements

Environment variables

None required.

Credentials

The component requires the following credentials to authenticate with the AWS services:

  • AWS Access Key - this is your Access Key ID when you created the AWS account
  • AWS Access Secret - this is your Secret access key given to you during the key creation

These keys are displayed only once, just after the creation of the credentials in AWS. To generate new ones follow the instructions given at Getting Your Credentials page.

Triggers

This component has no trigger functions. This means it will not be accessible to select as a first component during the integration flow design.

Actions

Publish

This action will publish a message to an SNS Topic. There are two required fields in input:

  • TopicArn - this is the specific topic name. More about the topic format below.
  • AWS Region - set this to the specific Amazon SNS service access point in the required region.

Topic ARN

Amazon SNS assigns a unique ARN (Amazon Resource Name) to the each topic. It includes the service name, the region and the AWS ID of the user and the topic name. For example the ARN for the topic named mysnsrocks created by a user with the AWS account ID 123456789 and hosted in the EU West region would be:

arn:aws:sns:eu-west-1:123456789:mysnsrocks

AWS Regions

Here are the regions the component supports:

  • us-east-1 - US East (N. Virginia)
  • us-west-1 - US West (N. California)
  • us-west-2 - US West (Oregon)
  • eu-west-1 - EU (Ireland)
  • eu-central-1 - EU (Frankfurt)
  • ap-northeast-1 - Asia Pacific (Tokyo)
  • ap-northeast-2 - Asia Pacific (Seoul)
  • ap-southeast-1 - Asia Pacific (Singapore)
  • ap-southeast-2 - Asia Pacific (Sydney)
  • sa-east-1 - South America (Sao Paulo)

More information about the regions is available at the AWS Regions and Endpoints document.

License

Apache-2.0 © elastic.io GmBH

aws-sns-component's People

Contributors

denyshld avatar if0s avatar khanzadyan avatar kirill-levitskiy avatar stas-fomenko avatar zubairov avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aws-sns-component's Issues

Update readme

Update information in the Readme and change or remove the broken links.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.