reactiverse / aws-sdk

Using vertx-client for AWS SDK v2
Apache License 2.0
49 stars 14 forks source link

Am I supposed to creeate a new client every request? #43

Closed AceHack closed 4 years ago

AceHack commented 4 years ago

Since the context is different on every request? If I don't then wouldn't the context be wrong except for the first request?

aesteve commented 4 years ago

No you shouldn't need to create a new client for every request obviously, that would be a bug. Just one client per "vertx context" (one client per verticle for example).

Did you face any issue?

AceHack commented 4 years ago

I'll let you know.