{"id":26879790,"url":"https://github.com/seekingalpha/event_hub_aws","last_synced_at":"2025-03-31T13:32:44.629Z","repository":{"id":176441488,"uuid":"657569419","full_name":"seekingalpha/event_hub_aws","owner":"seekingalpha","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-07T18:27:16.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-24T18:15:14.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/seekingalpha.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-06-23T10:56:15.000Z","updated_at":"2023-06-23T10:57:05.000Z","dependencies_parsed_at":"2023-11-07T16:45:54.196Z","dependency_job_id":null,"html_url":"https://github.com/seekingalpha/event_hub_aws","commit_stats":null,"previous_names":["seekingalpha/event_hub_aws"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekingalpha%2Fevent_hub_aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekingalpha%2Fevent_hub_aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekingalpha%2Fevent_hub_aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekingalpha%2Fevent_hub_aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seekingalpha","download_url":"https://codeload.github.com/seekingalpha/event_hub_aws/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246474136,"owners_count":20783429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-03-31T13:32:42.025Z","updated_at":"2025-03-31T13:32:44.619Z","avatar_url":"https://github.com/seekingalpha.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EventHubAws\n\nAWS adapter for the [event_hub](https://github.com/seekingalpha/event_hub) gem.\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n    $ bundle add event_hub_aws\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n    $ gem install event_hub_aws\n\n## Usage\n\nYou can read the the general idea of the `event_hub` gem [here](https://github.com/seekingalpha/event_hub).\nThe AWS adapter has its specific config:\n\n```yaml\n# config/event_hub.yml\ndevelopment:\n  credentials:\n    region: us-west-2\n    access_key_id: 123\n    secret_access_key: 321\n  adapter: Aws\n  queue_url: https://sqs.us-west-2.amazonaws.com/1234567890/events.fifo\n  queue_arn: arn:aws:sqs:us-west-2:1234567890:events.fifo\n  exchange_arn: arn:aws:sns:us-west-2:1234567890:event-hub.fifo\n  # delete_message_on_failure: true # uncomment if you don't have dead-letter queue and wanna just delete messages on failure\n  subscribe:\n    user_registered:\n      handler: Handlers::UserRegistered\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/event_hub_aws. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/event_hub_aws/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the EventHubAws project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/event_hub_aws/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseekingalpha%2Fevent_hub_aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseekingalpha%2Fevent_hub_aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseekingalpha%2Fevent_hub_aws/lists"}