{"id":37205436,"url":"https://github.com/tsarpaul/logrus_sqs","last_synced_at":"2026-01-14T23:40:15.858Z","repository":{"id":57494658,"uuid":"85870924","full_name":"tsarpaul/logrus_sqs","owner":"tsarpaul","description":"A Logrus hook for Amazon Simple Queue Service (SQS)","archived":false,"fork":false,"pushed_at":"2017-11-07T17:57:49.000Z","size":14,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T12:52:08.898Z","etag":null,"topics":["go","golang","logging","logrus","logrus-hook","plugin"],"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/tsarpaul.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":"2017-03-22T20:03:51.000Z","updated_at":"2024-06-20T12:52:08.899Z","dependencies_parsed_at":"2022-09-11T18:02:14.066Z","dependency_job_id":null,"html_url":"https://github.com/tsarpaul/logrus_sqs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tsarpaul/logrus_sqs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsarpaul%2Flogrus_sqs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsarpaul%2Flogrus_sqs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsarpaul%2Flogrus_sqs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsarpaul%2Flogrus_sqs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsarpaul","download_url":"https://codeload.github.com/tsarpaul/logrus_sqs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsarpaul%2Flogrus_sqs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28439379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: 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":["go","golang","logging","logrus","logrus-hook","plugin"],"created_at":"2026-01-14T23:40:15.351Z","updated_at":"2026-01-14T23:40:15.841Z","avatar_url":"https://github.com/tsarpaul.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQS Hook for [Logrus](https://github.com/Sirupsen/logrus) \u003cimg src=\"http://i.imgur.com/hTeVwmJ.png\" width=\"40\" height=\"40\" alt=\":walrus:\" class=\"emoji\" title=\":walrus:\"/\u003e\n\n### Installation\n\u003e $ go get github.com/tsarpaul/logrus_sqs\n\n### Usage\n```\npackage main\n\nimport (\n\t\"github.com/Sirupsen/logrus\"\n\t\"github.com/tsarpaul/logrus_sqs\"\n)\n\nfunc main() {\n\tsqsHook, err := logrus_sqs.NewSQSHook(\"random_queue_name\", \"eu-central-1\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tlog.AddHook(sqsHook)\n\n\tlog.WithFields(log.Fields{\n\t\t\"hello\": \"world\",\n\t}).Info(\"Hello world!\")\n}\n```\n\nYou may provide a custom AWS Session with `logrus_sqs.NewSQSHookWithSession`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsarpaul%2Flogrus_sqs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsarpaul%2Flogrus_sqs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsarpaul%2Flogrus_sqs/lists"}