diff --git a/README.md b/README.md index 1ceeb7d..30de08f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu | **[@Stratiformdigital/serverless S3 Security Helper - `@stratiformdigital/serverless-s3-security-helper`](https://github.com/stratiformdigital/serverless-s3-security-helper)** <br/> by [stratiformdigital](http://github.com/stratiformdigital) <br/> Sets security minded settings on s3 buckets, including sls deployment buckets |  <br/> | | **[@Unly/serverless Env Copy Plugin - `@unly/serverless-env-copy-plugin`](https://github.com/UnlyEd/serverless-env-copy-plugin)** <br/> by [UnlyEd](http://github.com/UnlyEd) <br/> Fetch environment variables and write it to a .env file - Maintained fork from https://github.com/Jimdo/serverless-dotenv |  <br/> | | **[@Unly/serverless Plugin Dynamodb Backups - `@unly/serverless-plugin-dynamodb-backups`](https://github.com/UnlyEd/serverless-plugin-dynamodb-backups)** <br/> by [UnlyEd](http://github.com/UnlyEd) <br/> Configure automated DynamoDB "On-Demand" backups and manage backups lifecycle, powered by AWS Lambda |  <br/> | +| **[@Vulcancreative/serverless Storage - `@vulcancreative/serverless-storage`](https://github.com/vulcancreative/serverless-storage)** <br/> by [vulcancreative](http://github.com/vulcancreative) <br/> Serverless plugin defining DynamoDB storage primitives; like localStorage but better |  <br/> | | **[1password - `serverless-plugin-1password`](https://github.com/kandsten/serverless-plugin-1password)** <br/> by [kandsten](http://github.com/kandsten) <br/> Serverless interface to 1Password data via the 1Password CLI |  <br/> | | **[Add Api Key - `serverless-add-api-key`](https://github.com/rrahul963/serverless-add-api-key)** <br/> by [rrahul963](http://github.com/rrahul963) <br/> Serverless plugin to add same api key for multiple serverless services i.e. to re-use apikey across multiple api gateway apis. |  <br/> | | **[Alexa Plugin - `serverless-alexa-plugin`](https://github.com/rajington/serverless-alexa-plugin)** <br/> by [rajington](http://github.com/rajington) <br/> Serverless plugin to support Alexa Lambda events |  <br/> | @@ -353,6 +354,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu | **[Tag Sns Topic - `serverless-tag-sns-topic`](https://github.com/inokappa/serverless-tag-sns-topic)** <br/> by [inokappa](http://github.com/inokappa) <br/> Serverless plugin to tag SNS Topic |  <br/> | | **[Tag Sqs - `serverless-tag-sqs`](https://github.com/gfragoso/serverless-tag-sqs)** <br/> by [gfragoso](http://github.com/gfragoso) <br/> Serverless plugin to tag SQS - Simple Queue Service |  <br/> | | **[Tagsns - `serverless-plugin-tagsns`](https://github.com/ManoManoTech/serverless-plugin-tagsns)** <br/> by [ManoManoTech](http://github.com/ManoManoTech) <br/> Serverless plugin to add Tags to SNS Topics |  <br/> | +| **[Telegram Webhook - `serverless-plugin-telegram-webhook`](https://github.com/fuadop/serverless-plugin-telegram-webhook)** <br/> by [fuadop](http://github.com/fuadop) <br/> serverless plugin to set your lambda api gateway url as your telegram bot webhook. |  <br/> | | **[Tencent Scf - `serverless-tencent-scf`](https://github.com/tencentyun/serverless-tencent-cloud-function)** <br/> by [tencentyun](http://github.com/tencentyun) <br/> Serverless framework provider plugin for Tencent SCF(Serverless Cloud Function) |  <br/> | | **[Tesseract - `serverless-tesseract`](https://github.com/Suor/serverless-tesseract)** <br/> by [Suor](http://github.com/Suor) <br/> Add Tesseract OCR Engine to your build. |  <br/> | | **[Test Helper - `serverless-plugin-test-helper`](https://github.com/manwaring/serverless-plugin-test-helper)** <br/> by [manwaring](http://github.com/manwaring) <br/> Makes it easier to end-to-end test deployed deployed services by saving CloudFormation Stack Outputs locally and exposing values via a simple Node.js library |  <br/> | diff --git a/plugins.json b/plugins.json index 2e167b2..5ae69e1 100644 --- a/plugins.json +++ b/plugins.json @@ -1815,6 +1815,12 @@ "githubUrl": "https://github.com/eddmann/serverless-fargate", "status": "active" }, + { + "name": "serverless-plugin-telegram-webhook", + "description": "serverless plugin to set your lambda api gateway url as your telegram bot webhook.", + "githubUrl": "https://github.com/fuadop/serverless-plugin-telegram-webhook", + "status": "active" + }, { "name": "@hybridless/serverless-ecs-plugin", "description": "(ECR) - Elastic Container Service clusters, services, tasks and application load balancers made easy within your serverless definition.",