{"id":16773823,"url":"https://github.com/ziflex/aws-zero","last_synced_at":"2026-07-02T04:31:15.310Z","repository":{"id":64300222,"uuid":"570753866","full_name":"ziflex/aws-zero","owner":"ziflex","description":"Zerolog wrapper for AWS Logger","archived":false,"fork":false,"pushed_at":"2025-09-24T17:28:30.000Z","size":8,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T07:11:42.809Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ziflex.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-26T02:40:53.000Z","updated_at":"2022-11-26T03:29:07.000Z","dependencies_parsed_at":"2023-01-15T09:15:51.768Z","dependency_job_id":null,"html_url":"https://github.com/ziflex/aws-zero","commit_stats":null,"previous_names":["ziflex/aws-zerolog"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ziflex/aws-zero","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziflex%2Faws-zero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziflex%2Faws-zero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziflex%2Faws-zero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziflex%2Faws-zero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziflex","download_url":"https://codeload.github.com/ziflex/aws-zero/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziflex%2Faws-zero/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35033488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-13T06:47:08.065Z","updated_at":"2026-07-02T04:31:15.282Z","avatar_url":"https://github.com/ziflex.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-zerolog\nZerolog wrapper for AWS Logger\n\n## Installation\n\n```bash\ngo get github.com/ziflex/aws-zerolog\n```\n\n## Quick start\n\n```go\npackage main\n\nimport (\n\t\"os\"\n\n\t\"github.com/aws/aws-sdk-go-v2/config\"\n\t\"github.com/rs/zerolog\"\n\t\"github.com/ziflex/aws-zero\"\n)\n\nfunc main() {\n\tlogger := zerolog.New(os.Stdout)\n\tconf, err := config.LoadDefaultConfig(context.Background(), config.WithLogger(awszero.New(logger)))\n\t\n\tif err != nil {\n\t\tpanic(err)\n    }\n\t\n\tprintln(conf)\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziflex%2Faws-zero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziflex%2Faws-zero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziflex%2Faws-zero/lists"}