{"id":21579737,"url":"https://github.com/hieuunguyeen/serverless-subscription-filter","last_synced_at":"2026-05-16T15:37:21.733Z","repository":{"id":65374255,"uuid":"72623349","full_name":"hieuunguyeen/serverless-subscription-filter","owner":"hieuunguyeen","description":"Serverless plugin to register subscription filter for Lambda logs :zap: :zap:","archived":false,"fork":false,"pushed_at":"2016-11-04T10:02:59.000Z","size":13,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-26T08:20:12.877Z","etag":null,"topics":["aws","cloudwatch","serverless","serverless-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hieuunguyeen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-02T09:18:19.000Z","updated_at":"2017-12-21T19:14:17.000Z","dependencies_parsed_at":"2023-01-20T01:15:38.485Z","dependency_job_id":null,"html_url":"https://github.com/hieuunguyeen/serverless-subscription-filter","commit_stats":null,"previous_names":["blackevil245/serverless-subscription-filter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hieuunguyeen/serverless-subscription-filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hieuunguyeen%2Fserverless-subscription-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hieuunguyeen%2Fserverless-subscription-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hieuunguyeen%2Fserverless-subscription-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hieuunguyeen%2Fserverless-subscription-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hieuunguyeen","download_url":"https://codeload.github.com/hieuunguyeen/serverless-subscription-filter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hieuunguyeen%2Fserverless-subscription-filter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33108232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cloudwatch","serverless","serverless-plugin"],"created_at":"2024-11-24T13:14:14.939Z","updated_at":"2026-05-16T15:37:21.720Z","avatar_url":"https://github.com/hieuunguyeen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serverless plugin\n## serverless-subscription-filter\n\nRegister and pipe the logs of one lambda to another to process.\n\n[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)\n\n### Installation\nMake sure you have Node.js v4.0+ and Serverless Framework installed\nInstall plugin in the root level of your Serverless project\n\n**Supports only Serverless@^1.0.0, lower versions are incompatible**\n\n`npm install --save-dev serverless-subscription-filter`\n\nAppend the plugin's name to serverless plugins list in `serverless.yml`\n```yml\nplugins:\n  - serverless-subscription-filter\n```\n\n### Current supports:\n1. Register a subscription filter for a lambda by its name\n2. Remove a subscription filter for a lambda using its name and the filter name\n\n### Incoming supports:\n1. Load settings from a file by path\n2. Batch + Async execution\n3. **More? Bring it on!**\n\n### Usage\n```sh\nserverless subscriptionfilter register --function sourceFunction --target targetFunction --pattern patternToFilter --name nameOfTheFilter\n```\n\n`-f --function` The source function's name, name are how you describe in `serverless.yml`\n\n`-t --target` The target function's name, name are how you describe in `serverless.yml`\n\n`-p --pattern` The pattern to filter for\n\n`-n --name` Name of the subscription filter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhieuunguyeen%2Fserverless-subscription-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhieuunguyeen%2Fserverless-subscription-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhieuunguyeen%2Fserverless-subscription-filter/lists"}