sns

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {

	// AWS session
	AWSSession *session.Session

	// Topic ARN where the messages are going to be sent
	TopicArn string
}

Config holds the info required to work with AWS SNS

type Publisher

type Publisher struct {
	// contains filtered or unexported fields
}

Publisher is the AWS SNS message publisher

func New

func New(cfg Config) *Publisher

New creates a new AWS SNS publisher

func (*Publisher) Publish

func (p *Publisher) Publish(ctx context.Context, msg json.Marshaler) error

Publish allows SNS Publisher to implement the publisher.Publisher interface and publish messages to an AWS SNS backend

Jump to

Keyboard shortcuts

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