temporalio / temporalio/temporal
Migration to AWS SDK for Go v2 needed
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.2k
- Forks
- 1.9k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 228
Description
Background
Temporal is currently using AWS SDK for Go (v1). As announced in AWS Developer Tools Blog, this SDK entered maintenance mode on July 31, 2024 and will reach end-of-support on July 31, 2025.
The migration path is to switch to AWS SDK for Go v2. Migrate to the AWS SDK for Go v2 includes some general guidance.
Affected packages
Previous work
- #4499 by @MichaelSnowden
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the AWS SDK for Go v2 migration guide, then inspect common/archiver/s3store and common/persistence/visibility/store/elasticsearch/client. Compare the existing AWS SDK v1 usage in both affected packages with the migration guidance; done means both packages use SDK v2 and their existing checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, go
- Domain
- backend, cloud
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100