-
Hi there, I saw in a discussion on the SQS SDK V1 repo that the client is thread safe, is this still true for SDK V2? That is, can I instantiate a client once with cfg, err := config.LoadDefaultConfig(ctx)
client := sqs.NewFromConfig(cfg) and use the same Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @rodney-b , Yes the v2 client is the same as v1 in terms of thread safety.
yes. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hi @rodney-b ,
Yes the v2 client is the same as v1 in terms of thread safety.
yes.