Install the Amazon Connect SDK for developing applications for Connect Customer agent workspace
To develop applications for the Connect Customer agent workspace you must first install the Connect Customer SDK.
The Connect Customer Amazon Connect SDK
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.
Install from NPM
Install the app package from NPM by installing @amazon-connect/app.
% npm install --save @amazon-connect/app
Note
If you do not use NPM, refer to Using Amazon Connect SDK without pacakage manager