{"id":22772552,"url":"https://github.com/willabides/eventbridge-pipe","last_synced_at":"2026-05-06T03:35:07.965Z","repository":{"id":145456637,"uuid":"323703340","full_name":"WillAbides/eventbridge-pipe","owner":"WillAbides","description":"Like eventgrid-pipe but for AWS EventBridge","archived":false,"fork":false,"pushed_at":"2020-12-23T19:41:23.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-16T00:25:58.063Z","etag":null,"topics":["aws","eventbridge","golang","shell"],"latest_commit_sha":null,"homepage":"","language":"Go","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/WillAbides.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-22T18:25:54.000Z","updated_at":"2024-06-19T06:36:14.437Z","dependencies_parsed_at":null,"dependency_job_id":"2dd687cb-b27e-4342-9201-467809b3f3ae","html_url":"https://github.com/WillAbides/eventbridge-pipe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"WillAbides/goproject-tmpl","purl":"pkg:github/WillAbides/eventbridge-pipe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillAbides%2Feventbridge-pipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillAbides%2Feventbridge-pipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillAbides%2Feventbridge-pipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillAbides%2Feventbridge-pipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WillAbides","download_url":"https://codeload.github.com/WillAbides/eventbridge-pipe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WillAbides%2Feventbridge-pipe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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","eventbridge","golang","shell"],"created_at":"2024-12-11T17:08:53.325Z","updated_at":"2026-05-06T03:35:07.887Z","avatar_url":"https://github.com/WillAbides.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eventbridge-pipe\n\n[![ci](https://github.com/WillAbides/eventbridge-pipe/workflows/ci/badge.svg?branch=main\u0026event=push)](https://github.com/WillAbides/eventbridge-pipe/actions?query=workflow%3Aci+branch%3Amaster+event%3Apush)\n\n## Install\n\n`go get github.com/willabides/eventbridge-pipe/cmd/ebpipe`\n\n## Usage\n\n```\nUsage: ebpipe --type=STRING --source=STRING\n\nebpipe posts events to AWS EventBridge.\n\nexample:\n\n    $ AWS_ACCESS_KEY='AKIA****************'\n    $ AWS_SECRET_KEY='shhh_this_is_a_secret'\n    $ data=\"$(cat \u003c\u003c\"EOF\"\n        {\"action\": \"obj.add\", \"@timestamp\": 1604953432032, \"el_name\": \"foo\", \"doc_id\": \"asdf\"}\n        {\"action\": \"obj.rem\", \"@timestamp\": 1604953732032, \"el_name\": \"bar\", \"doc_id\": \"fdsa\"}\n      EOF\n      )\"\n    $ echo \"$data\" | \\\n      ebpipe -s 'test-source' -t 'jp:action' -b 'my-bus' -T 'jp:\"@timestamp\"' \\\n      -r 'jp:\"el_name\"'\n\nFlags:\n  -h, --help                     Show context-sensitive help.\n      --region=\"us-east-1\"       The aws region to publish events to.\n  -t, --type=STRING              Value for the DetailType field. JMESPath expressions allowed\n                                 with \"jp:\" prefix.\n  -b, --event-bus=STRING         Value for the \"EventBusName\" field.\n  -r, --resource=RESOURCE,...    An element for the list in the \"Resources\" array. JMESPath\n                                 expressions allowed with \"jp:\" prefix.\n  -s, --source=STRING            Value for the \"Source\" field. JMESPath expressions allowed with\n                                 \"jp:\" prefix.\n  -T, --timestamp=STRING         Value for the \"Time\" field converted from epoch milliseconds.\n                                 JMESPath expressions allowed with \"jp:\" prefix.\n      --batch-size=10            Number of events to send in a batch.\n      --flush-interval=2000      Time in milliseconds to wait before sending a partial batch.\n                                 Set to 0 to never send a partial batch.\n\nLearn about JMESPath syntax at https://jmespath.org\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillabides%2Feventbridge-pipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillabides%2Feventbridge-pipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillabides%2Feventbridge-pipe/lists"}