notifier

package module
v0.0.0-...-4739ea7 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2021 License: MIT Imports: 6 Imported by: 0

README

sns-telegram-notifier

an AWS CDK construct to publish SNS events to a simple Telegram notification bot

Useful commands

  • go test run unit tests

Usage

See examples/ on how to use the notifier construct in a CDK stack

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TelegramNotifier

type TelegramNotifier interface {
	Topic() awssns.Topic
}

func NewTelegramNotifier

func NewTelegramNotifier(scope awscdk.Construct, id string, props *TelegramNotifierProps) TelegramNotifier

type TelegramNotifierProps

type TelegramNotifierProps struct {
	TelegramTokenParameter       string
	TelegramRecipientIDParameter string
}

Directories

Path Synopsis
functions

Jump to

Keyboard shortcuts

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