You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a FastAPI web application that requires a client for each request, what is the recommended way of creating AioSessions? Is it okay to share a single aiobotocore_refreshable_credentials.get_session() between requests? Or it better to create a new one for each request?
The text was updated successfully, but these errors were encountered:
For a FastAPI web application that requires a client for each request, what is the recommended way of creating
AioSession
s? Is it okay to share a singleaiobotocore_refreshable_credentials.get_session()
between requests? Or it better to create a new one for each request?The text was updated successfully, but these errors were encountered: