Skip to content

Latest commit

 

History

History
executable file
·
22 lines (15 loc) · 1.18 KB

configuring-the-jssdk.md

File metadata and controls

executable file
·
22 lines (15 loc) · 1.18 KB

Configuring the SDK for JavaScript

Before you use the SDK for JavaScript to invoke web services using the API, you must configure the SDK. At a minimum, you must configure these settings:

  • The region in which you will request services.

  • The credentials that authorize your access to SDK resources.

In addition to these settings, you may also have to configure permissions for your AWS resources. For example, you can limit access to an Amazon S3 bucket or restrict an Amazon DynamoDB table for read-only access.

The topics in this section describe various ways to configure the SDK for JavaScript for Node.js and JavaScript running in a web browser.