Step 3: Download the Embedded Amazon WorkSpaces Applications Files
To host embedded WorkSpaces Applications streaming sessions, you must download and configure the provided WorkSpaces Applications API JavaScript file.
On the Embedding WorkSpaces Applications in Your Website
webpage, choose the link in step 1 to download the WorkSpaces Applications Embed Kit .zip file, appstream_embed_<version>.zip. Navigate to the location where you downloaded the .zip file, and extract the contents of the file.
The extracted contents of the file comprise one folder, appstream-embed. In addition to the COPYRIGHT.txt and THIRD_PARTY_NOTICES.txt file, this folder contains the following two files:
appstream-embed.js — Provides the embedded WorkSpaces Applications API. This JavaScript file includes the functions and API actions for configuring and controlling your embedded WorkSpaces Applications streaming session.
embed-sample.html — Describes how to use the embedded WorkSpaces Applications API to initialize a streaming session, call functions, and listen for events. This sample file expands on the information in this topic, to provide an example use case for developers.