{"id":19363347,"url":"https://github.com/mathisve/golang-cloudwatch-logs-example","last_synced_at":"2025-07-20T02:05:46.999Z","repository":{"id":123973347,"uuid":"364302007","full_name":"mathisve/golang-cloudwatch-logs-example","owner":"mathisve","description":"An example of how to use Cloudwatch Logs with Golang","archived":false,"fork":false,"pushed_at":"2021-05-05T11:39:01.000Z","size":373,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T06:49:38.576Z","etag":null,"topics":["aws","cloudwatch","example","logging","observability"],"latest_commit_sha":null,"homepage":"https://youtu.be/aZ-gP4rbFDo","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathisve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-05-04T15:28:29.000Z","updated_at":"2024-10-18T11:51:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe397343-2d0e-484e-be72-4efd6d72849a","html_url":"https://github.com/mathisve/golang-cloudwatch-logs-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathisve/golang-cloudwatch-logs-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathisve%2Fgolang-cloudwatch-logs-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathisve%2Fgolang-cloudwatch-logs-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathisve%2Fgolang-cloudwatch-logs-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathisve%2Fgolang-cloudwatch-logs-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathisve","download_url":"https://codeload.github.com/mathisve/golang-cloudwatch-logs-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathisve%2Fgolang-cloudwatch-logs-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266057171,"owners_count":23870120,"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":["aws","cloudwatch","example","logging","observability"],"created_at":"2024-11-10T07:33:49.367Z","updated_at":"2025-07-20T02:05:46.970Z","avatar_url":"https://github.com/mathisve.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golang CloudWatch Logs Example\n![build](https://github.com/mathisve/golang-cloudwatch-logs-example/actions/workflows/go.yaml/badge.svg?branch=master)\n\nSimple example explaining the basics of CloudWatch Logs.\n\n## Sample \n```go\nfunc createLogStream() error {\n\tname := uuid.New().String()\n\n\t_, err := cwl.CreateLogStream(\u0026cloudwatchlogs.CreateLogStreamInput{\n\t\tLogGroupName:  \u0026logGroupName,\n\t\tLogStreamName: \u0026name,\n\t})\n\n\tlogStreamName = name\n\n\treturn err\n}\n```\n\n## Step-By-Step Youtube Video\n[![picture](https://github.com/mathisve/golang-cloudwatch-logs-example/blob/master/img/cloudwatch-logs.png)](https://youtu.be/aZ-gP4rbFDo)\n\n## More Information\nFind the Cloudwatch Logs Documentation [here](https://docs.aws.amazon.com/sdk-for-go/api/service/cloudwatchlogs/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathisve%2Fgolang-cloudwatch-logs-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathisve%2Fgolang-cloudwatch-logs-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathisve%2Fgolang-cloudwatch-logs-example/lists"}