From 73d4e23d89ab3ecbed38c8b40ffd7cdeb6c7f84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kau=C3=AA=20Leal=20de=20Lima?= Date: Sat, 18 Oct 2025 20:41:10 -0300 Subject: [PATCH 1/2] Update plugins.json --- plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins.json b/plugins.json index a19f338..4e862bc 100644 --- a/plugins.json +++ b/plugins.json @@ -428,6 +428,11 @@ "description": "Dynamo Data Transform is an easy to use data transformation tool for DynamoDB.", "githubUrl": "https://github.com/jitsecurity/dynamo-data-transform", "status": "active" +}, { + "name": "serverless-logs-insights", + "description": "Serverless Framework plugin to run AWS CloudWatch Logs Insights queries directly from the CLI.", + "githubUrl": "https://github.com/kauelima21/serverless-logs-insights", + "status": "active" }, { "name": "serverless-offline", "description": "Emulate AWS λ and API Gateway locally when developing your Serverless project", From 9b0b22bc354b840c385cf352b4d98bee11cc23e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kau=C3=AA=20Leal=20de=20Lima?= Date: Sat, 18 Oct 2025 20:49:12 -0300 Subject: [PATCH 2/2] Add Logs Insights plugin to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d04aaf..81357c2 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu | **[Localstack - `serverless-localstack`](https://github.com/LocalStack/serverless-localstack)**
by [LocalStack](http://github.com/LocalStack)
Serverless plugin for LocalStack - a fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline! | ![Github Stars](https://img.shields.io/github/stars/LocalStack/serverless-localstack.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-localstack.svg?label=Downloads&style=for-the-badge)| | **[Log Filter Subscription - `serverless-log-filter-subscription`](https://github.com/schwamster/serverless-log-filter-subscription)**
by [schwamster](http://github.com/schwamster)
This serverless plugin creates log filter subscription for all lambda functions configured in your projects serverless.yml | ![Github Stars](https://img.shields.io/github/stars/schwamster/serverless-log-filter-subscription.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-log-filter-subscription.svg?label=Downloads&style=for-the-badge)| | **[Log Forwarding - `serverless-log-forwarding`](https://github.com/amplify-education/serverless-log-forwarding)**
by [amplify-education](http://github.com/amplify-education)
Serverless plugin for forwarding CloudWatch logs to another Lambda function. | ![Github Stars](https://img.shields.io/github/stars/amplify-education/serverless-log-forwarding.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-log-forwarding.svg?label=Downloads&style=for-the-badge)| +| **[Logs Insights - `serverless-logs-insights`](https://github.com/kauelima21/serverless-logs-insights)**
by [kauelima21](http://github.com/kauelima21)
Serverless Framework plugin to run AWS CloudWatch Logs Insights queries directly from the CLI. | ![Github Stars](https://img.shields.io/github/stars/kauelima21/serverless-logs-insights.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-logs-insights.svg?label=Downloads&style=for-the-badge)| | **[Log Metric Filter - `serverless-log-metric-filter`](https://github.com/saqemlas/serverless-log-metric-filter)**
by [saqemlas](http://github.com/saqemlas)
Add Cloudwatch Log Metric Filter to Cloudwatch Logs | ![Github Stars](https://img.shields.io/github/stars/saqemlas/serverless-log-metric-filter.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-log-metric-filter.svg?label=Downloads&style=for-the-badge)| | **[Log Retention - `serverless-plugin-log-retention`](https://github.com/ArtificerEntertainment/serverless-plugin-log-retention)**
by [ArtificerEntertainment](http://github.com/ArtificerEntertainment)
Control the retention of your serverless function's cloudwatch logs. | ![Github Stars](https://img.shields.io/github/stars/ArtificerEntertainment/serverless-plugin-log-retention.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-log-retention.svg?label=Downloads&style=for-the-badge)| | **[Log Subscription - `serverless-plugin-log-subscription`](https://github.com/dougmoscrop/serverless-plugin-log-subscription)**
by [dougmoscrop](http://github.com/dougmoscrop)
Adds a CloudWatch LogSubscription for functions | ![Github Stars](https://img.shields.io/github/stars/dougmoscrop/serverless-plugin-log-subscription.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-log-subscription.svg?label=Downloads&style=for-the-badge)|