{"id":28167915,"url":"https://github.com/kaperys/awslocal","last_synced_at":"2026-05-15T20:32:18.074Z","repository":{"id":57507566,"uuid":"161322963","full_name":"kaperys/awslocal","owner":"kaperys","description":"A LocalStack wrapper for the Golang AWS SDK","archived":false,"fork":false,"pushed_at":"2018-12-18T15:20:39.000Z","size":9,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-15T01:58:31.227Z","etag":null,"topics":["aws","golang","localstack"],"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/kaperys.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":"2018-12-11T11:20:22.000Z","updated_at":"2023-02-01T06:41:14.000Z","dependencies_parsed_at":"2022-09-19T05:31:05.180Z","dependency_job_id":null,"html_url":"https://github.com/kaperys/awslocal","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kaperys/awslocal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaperys%2Fawslocal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaperys%2Fawslocal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaperys%2Fawslocal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaperys%2Fawslocal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaperys","download_url":"https://codeload.github.com/kaperys/awslocal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaperys%2Fawslocal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"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","golang","localstack"],"created_at":"2025-05-15T14:14:24.082Z","updated_at":"2026-05-15T20:32:18.058Z","avatar_url":"https://github.com/kaperys.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# awslocal [![Go Report Card](https://goreportcard.com/badge/github.com/kaperys/awslocal)](https://goreportcard.com/report/github.com/kaperys/awslocal)\n\n`awslocal` is a wrapper for the Golang AWS SDK which makes interacting with [LocalStack](https://github.com/localstack/localstack) services easier. Simply wrap your service configuration with `awslocal.Wrap()`.\n\n## Example\n\n```go\nsession, err := session.NewSession(aws.NewConfig())\nif err != nil {\n    log.Fatal(err)\n}\n\ncfg := aws.NewConfig()\n\n// Wrap the service cfg for use with LocalStack\nawslocal.Wrap(cfg, awslocal.ServiceS3)\n\nsvc := s3.New(session, cfg)\nlog.Println(svc.ListBuckets(\u0026s3.ListBucketsInput{}))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaperys%2Fawslocal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaperys%2Fawslocal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaperys%2Fawslocal/lists"}