From ba58baaf5072759182990102b25cfa839e5d9657 Mon Sep 17 00:00:00 2001 From: fuadop Date: Sun, 21 Aug 2022 07:59:57 +0100 Subject: [PATCH] chore: add serverless-plugin-telegram-webhook --- README.md | 2 ++ plugins.json | 6 ++++++ 2 files changed, 8 insertions(+) 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)**
by [stratiformdigital](http://github.com/stratiformdigital)
Sets security minded settings on s3 buckets, including sls deployment buckets | ![Github Stars](https://img.shields.io/github/stars/stratiformdigital/serverless-s3-security-helper.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@stratiformdigital/serverless-s3-security-helper.svg?label=Downloads&style=for-the-badge)| | **[@Unly/serverless Env Copy Plugin - `@unly/serverless-env-copy-plugin`](https://github.com/UnlyEd/serverless-env-copy-plugin)**
by [UnlyEd](http://github.com/UnlyEd)
Fetch environment variables and write it to a .env file - Maintained fork from https://github.com/Jimdo/serverless-dotenv | ![Github Stars](https://img.shields.io/github/stars/UnlyEd/serverless-env-copy-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@unly/serverless-env-copy-plugin.svg?label=Downloads&style=for-the-badge)| | **[@Unly/serverless Plugin Dynamodb Backups - `@unly/serverless-plugin-dynamodb-backups`](https://github.com/UnlyEd/serverless-plugin-dynamodb-backups)**
by [UnlyEd](http://github.com/UnlyEd)
Configure automated DynamoDB "On-Demand" backups and manage backups lifecycle, powered by AWS Lambda | ![Github Stars](https://img.shields.io/github/stars/UnlyEd/serverless-plugin-dynamodb-backups.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@unly/serverless-plugin-dynamodb-backups.svg?label=Downloads&style=for-the-badge)| +| **[@Vulcancreative/serverless Storage - `@vulcancreative/serverless-storage`](https://github.com/vulcancreative/serverless-storage)**
by [vulcancreative](http://github.com/vulcancreative)
Serverless plugin defining DynamoDB storage primitives; like localStorage but better | ![Github Stars](https://img.shields.io/github/stars/vulcancreative/serverless-storage.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@vulcancreative/serverless-storage.svg?label=Downloads&style=for-the-badge)| | **[1password - `serverless-plugin-1password`](https://github.com/kandsten/serverless-plugin-1password)**
by [kandsten](http://github.com/kandsten)
Serverless interface to 1Password data via the 1Password CLI | ![Github Stars](https://img.shields.io/github/stars/kandsten/serverless-plugin-1password.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-1password.svg?label=Downloads&style=for-the-badge)| | **[Add Api Key - `serverless-add-api-key`](https://github.com/rrahul963/serverless-add-api-key)**
by [rrahul963](http://github.com/rrahul963)
Serverless plugin to add same api key for multiple serverless services i.e. to re-use apikey across multiple api gateway apis. | ![Github Stars](https://img.shields.io/github/stars/rrahul963/serverless-add-api-key.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-add-api-key.svg?label=Downloads&style=for-the-badge)| | **[Alexa Plugin - `serverless-alexa-plugin`](https://github.com/rajington/serverless-alexa-plugin)**
by [rajington](http://github.com/rajington)
Serverless plugin to support Alexa Lambda events | ![Github Stars](https://img.shields.io/github/stars/rajington/serverless-alexa-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-alexa-plugin.svg?label=Downloads&style=for-the-badge)| @@ -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)**
by [inokappa](http://github.com/inokappa)
Serverless plugin to tag SNS Topic | ![Github Stars](https://img.shields.io/github/stars/inokappa/serverless-tag-sns-topic.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-tag-sns-topic.svg?label=Downloads&style=for-the-badge)| | **[Tag Sqs - `serverless-tag-sqs`](https://github.com/gfragoso/serverless-tag-sqs)**
by [gfragoso](http://github.com/gfragoso)
Serverless plugin to tag SQS - Simple Queue Service | ![Github Stars](https://img.shields.io/github/stars/gfragoso/serverless-tag-sqs.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-tag-sqs.svg?label=Downloads&style=for-the-badge)| | **[Tagsns - `serverless-plugin-tagsns`](https://github.com/ManoManoTech/serverless-plugin-tagsns)**
by [ManoManoTech](http://github.com/ManoManoTech)
Serverless plugin to add Tags to SNS Topics | ![Github Stars](https://img.shields.io/github/stars/ManoManoTech/serverless-plugin-tagsns.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-tagsns.svg?label=Downloads&style=for-the-badge)| +| **[Telegram Webhook - `serverless-plugin-telegram-webhook`](https://github.com/fuadop/serverless-plugin-telegram-webhook)**
by [fuadop](http://github.com/fuadop)
serverless plugin to set your lambda api gateway url as your telegram bot webhook. | ![Github Stars](https://img.shields.io/github/stars/fuadop/serverless-plugin-telegram-webhook.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-telegram-webhook.svg?label=Downloads&style=for-the-badge)| | **[Tencent Scf - `serverless-tencent-scf`](https://github.com/tencentyun/serverless-tencent-cloud-function)**
by [tencentyun](http://github.com/tencentyun)
Serverless framework provider plugin for Tencent SCF(Serverless Cloud Function) | ![Github Stars](https://img.shields.io/github/stars/tencentyun/serverless-tencent-cloud-function.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-tencent-scf.svg?label=Downloads&style=for-the-badge)| | **[Tesseract - `serverless-tesseract`](https://github.com/Suor/serverless-tesseract)**
by [Suor](http://github.com/Suor)
Add Tesseract OCR Engine to your build. | ![Github Stars](https://img.shields.io/github/stars/Suor/serverless-tesseract.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-tesseract.svg?label=Downloads&style=for-the-badge)| | **[Test Helper - `serverless-plugin-test-helper`](https://github.com/manwaring/serverless-plugin-test-helper)**
by [manwaring](http://github.com/manwaring)
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 | ![Github Stars](https://img.shields.io/github/stars/manwaring/serverless-plugin-test-helper.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-test-helper.svg?label=Downloads&style=for-the-badge)| 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.",