Install the SDK for developing applications for Amazon Connect Agent Workspace - Agent Workspace

Install the SDK for developing applications for Amazon Connect Agent Workspace

To develop applications for Amazon Connect Agent Workspace you must first install the Amazon Connect SDK.

The Amazon Connect SDK can be installed from NPM. The SDK is made up of a set of modules that can be installed as separate packages, meaning that you should only pull in the packages that you need.

The app package provides core application features like logging, error handling, secure messaging, and lifecycle events, and must be installed by all applications at a minimum to integrate into the workspace.

Note

Only ECMAScript modules are supported at this time.

Install from NPM

Install the app package from NPM by installing @amazon-connect/app.

% npm install --save @amazon-connect/app