Why were temporal-aws-sdk-go and temporal-aws-sdk-go-generator abandoned?

I found the github repos for temporal-aws-sdk-go and temporal-aws-sdk-go-generator but there hasn’t been any commits or activity in the last 5 years.

Is there a reason why the project was abandoned?

I suspect the temporal-aws-sdk was abandoned because AWS SDK calls aren’t natively idempotent, and its implementation offered no additional idempotency, resulting in a risk if the activities infinitely retry.

It was abandoned because we didn’t receive any interest from the community to support it. Now, AWS publishes all its APIs and provides associated generators (AWS Smithy). So it is possible to resurrect. But we don’t have time to work on this.