aws-sns-telegram-cdk
v0.2.0
Published
Forward SNS message to Telegram bot
Downloads
3
Readme
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.