Skip to content

feat: Cache awss3/awssqs Client #735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2025
Merged

Conversation

tomtwinkle
Copy link
Contributor

@tomtwinkle tomtwinkle commented May 12, 2025

The s3/sqs client generates a client each time, so it had to get authentication information each time.
Since there is a high possibility that this is the cause of a large number of STS authorization processes, the client is cached and changed so that the same client is always used.

Use Cache sqs/s3 Client

Copy link

@muziyoshiz muziyoshiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1点コメントしました。ご確認ください 🙋

Copy link

@takayuki-2-okubo takayuki-2-okubo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コメントしました🙏

@tomtwinkle tomtwinkle force-pushed the feat/awssqs-awss3-cache-client branch 2 times, most recently from b0e8a07 to 21237bb Compare May 12, 2025 06:41
Copy link

@muziyoshiz muziyoshiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不明点についてコメントしました。ご確認お願いします

@tomtwinkle tomtwinkle force-pushed the feat/awssqs-awss3-cache-client branch from 21237bb to 62fdf3c Compare May 12, 2025 07:58
@tomtwinkle tomtwinkle requested a review from muziyoshiz May 12, 2025 07:58
@tomtwinkle tomtwinkle force-pushed the feat/awssqs-awss3-cache-client branch from 62fdf3c to 1caa31c Compare May 12, 2025 08:01
Copy link

@takayuki-2-okubo takayuki-2-okubo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tomtwinkle tomtwinkle merged commit d99b5fa into main May 12, 2025
9 checks passed
@tomtwinkle tomtwinkle deleted the feat/awssqs-awss3-cache-client branch May 12, 2025 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants