0.2.0 • Published 10 months ago

aws-sns-telegram-cdk v0.2.0

Weekly downloads
6
License
-
Repository
github
Last release
10 months ago

aws-sns-telegram-cdk

Deploy a lambda function to forward SNS messages to Telegram.

This CDK construct provides:

  • create a lambda function
  • subscribe to sns topic

How to use

Run:

$ npm i aws-sns-telegram-cdk

Then, see the doc strings of AwsSnsTelegramCdk construct.

License

Reuses code from https://cloudbriefly.com/post/forwarding-amazon-sns-notifications-to-a-telegram-chat/, which is licensed under MIT License.