Write SDK client
You can use the following code snippets to create a Timestream client for the Write SDK. The Write SDK is used to perform CRUD operations and to insert your time series data into Timestream.
Note
These code snippets are based on full sample applications on GitHub
We recommend you use the following configuration.
-
Set the SDK retry count to
10
. -
Use
SDK DEFAULT_BACKOFF_STRATEGY
. -
Set
RequestTimeout
to20
seconds. -
Set the max connections to
5000
or higher.