-
Context
QuestionIn order to have the best possible performance using the Rust AWS SDK, is it fine to always call Because if I call |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
aws_config::load_from_env()
should be called once at the start of your application. The default credential chain automatically handles credentials caching and refresh. The SDK should definitely be efficient enough to handle the work load you're proposing, although you may encounter throttling from the services being called.