{"id":28506587,"url":"https://github.com/temporalio/temporal-aws-sdk-go","last_synced_at":"2025-07-30T02:09:21.013Z","repository":{"id":56410980,"uuid":"294596521","full_name":"temporalio/temporal-aws-sdk-go","owner":"temporalio","description":"Temporal activities and workflow stubs that wrap AWS Go SDK","archived":false,"fork":false,"pushed_at":"2020-11-09T16:53:32.000Z","size":9697,"stargazers_count":13,"open_issues_count":6,"forks_count":6,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-07-21T17:18:37.588Z","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/temporalio.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":"2020-09-11T04:46:18.000Z","updated_at":"2025-06-12T18:04:34.000Z","dependencies_parsed_at":"2022-08-15T18:10:46.354Z","dependency_job_id":null,"html_url":"https://github.com/temporalio/temporal-aws-sdk-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/temporalio/temporal-aws-sdk-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Ftemporal-aws-sdk-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Ftemporal-aws-sdk-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Ftemporal-aws-sdk-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Ftemporal-aws-sdk-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/temporalio","download_url":"https://codeload.github.com/temporalio/temporal-aws-sdk-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Ftemporal-aws-sdk-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267797547,"owners_count":24145706,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":"2025-06-08T20:06:00.361Z","updated_at":"2025-07-30T02:09:20.984Z","avatar_url":"https://github.com/temporalio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Temporal AWS SDK\n\n| :warning: **This code is an experiment**: Absolutely no guarantee of backwards compatibility |\n| --- |\n\nThis repository is a prototype of generated [Temporal](https://github.com/temporalio/) activities and workflow stubs for all AWS APIs\nexposed by [AWS Go SDK](https://github.com/aws/aws-sdk-go).\n\nGenerated activities and stubs are in Go at this point.\nJava SDK has to call them by string name until Java activity interface generation is added.\n\nThis repository relies on the [temporal-aws-sdk-generator](https://github.com/temporalio/temporal-aws-sdk-generator).\n\n## Generated Code\n\n`activities` package contains generated code for activities that call AWS APIs through AWS Go SDK.\n\n`clients` package contains generated code that workflows can use to call these activities in a\nstrongly typed manner.\n\n## Regenerating Code\n\nUpdate a template in templates directory and run:\n```\nmake bins\n```\nto regenerate and compile the generated code.\n\n## Templates\n\nTemplates that are used for code generation are located in\n[templates](templates) directory.\nThey use Go [text/template](https://golang.org/pkg/text/template/) package. Each template is invoked with\n[AWSSDKDefinition](internal/definitions.go) structure as a parameter. A template file must call `SetFileName`\nfunction at the beginning to specify the output file name.\nIt is allowed to call `SetFileName` multiple times to generate multiple files from the same template.\n\n## Running Temporal AWS SDK Activities\n\nTo run Temporal AWS SDK activities:\n\nCreate `~/.aws/credentials` file with aws access key id and secret or set corresponding environment variables.\nThe basic credentials file format:\n```\n[default]\naws_access_key_id = \u003cID\u003e\naws_secret_access_key = \u003cSECRET\u003e\n```\nSee [AWS Go SDK documentation](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html) for details.\nSet AWS_REGION environment variable. Another option is to set AWS_SDK_LOAD_CONFIG variable to true and set Region config value.\n```bash\nAWS_REGION=us-west-2 bin/aws-sdk-worker\n```\n\n## Samples\n\n### S3 List Bucket\n\n`samples/s3list` directory contains very simple example of a workflow that lists S3 buckets under an account. The sample\nassumes that AWS SDK activities are already running.\n\n```bash\nbin/samples/s3list\n```\n\n### EC2 Instance\n\n`samples/ec2demo` directory contains an example of a workflow that launches an EC2 instance and keeps\nrestarting it when terminated. The sample assumes that AWS SDK activities are already running.\n\nTo start workflow worker:\n```bash\nbin/samples/ec2demo-worker\n```\n\nTo initiate workflow\n```bash\nbin/samples/ec2demo-starter\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Ftemporal-aws-sdk-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftemporalio%2Ftemporal-aws-sdk-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Ftemporal-aws-sdk-go/lists"}