using-awssns

command
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

README

AWS SNS

Amazon Simple Notification Service (Amazon SNS) is a fully managed messaging service for both application-to-application (A2A) and application-to-person (A2P) communication.

The A2A pub/sub functionality provides topics for high-throughput, push-based, many-to-many messaging between distributed systems, microservices, and event-driven serverless applications.

Using Amazon SNS topics, your publisher systems can fanout messages to a large number of subscriber systems

  • SUBSCRIBE

    SNS uses SNS_TOPIC_ARN, SNS_PROTOCOL and SNS_ENDPOINT in subcribing. SNS_PROTOCOL varies according to endpoint being subscribed like email for subscribing an email endpoint and https\http for subscribing to a server endpoint.

  • PUBLISH

    SNS uses SNS_TOPIC_ARN to publish the data provided.

To run the example follow the steps below :

  1. Run the below command from root directory to setup awssns locally for testing.

    bash ./examples/using-awssns/init.sh

  2. Now you can run the example on your PWD .

    go run main.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package handlers is a generated GoMock package.
Package handlers is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL