Skip to main content

NPM Installation

Amplify Video is Plugin for AWS Amplify that provides video streaming resources to your Amplify project. It requires that you have the Amplify CLI installed on your system before installing the Amplify Video plugin

To get started install the Amplify CLI via NPM as shown below or follow the getting started guide.

npm install -g @aws-amplify/cliamplify configure

Next, with the Amplify CLI installed, install this plugin:

npm i amplify-category-video -g

Manual Installation

Manual installation of Amplify Video can be useful for development purposes.

  1. Clone this repo onto your local machine
  2. Open the terminal and navigate to the repo you just cloned
  3. Run this command:
npm install -g