Appercept AWS SDK automatically resolves configuration and credentials from the same shared configuration files and environment variables that Amazon's own SDKs use.
Settings can be configured in multiple locations and the SDK will resolve configuration values in the following order.
Each client class accepts a set of options when constructed, most of which are common to all clients. Options allows you to specify such details as credentials to use and retry strategies etc. Each client has an accompanying options interface and class e.g. ISQSOptions and TSQSOptions respectively for use with the TSQSOptions class. ... more | |
The following table lists the supported core configuration environment variables. ... more | |
Credentials are automatically resolved by the SDK. The order of precedence when resolving credentials is:... more | |
Copyright © 2019-2021 Appercept Ltd. All rights reserved.
|