-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1点コメントしました。ご確認ください 🙋
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
コメントしました🙏
b0e8a07
to
21237bb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不明点についてコメントしました。ご確認お願いします
21237bb
to
62fdf3c
Compare
62fdf3c
to
1caa31c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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