Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Installation

Shawn Przybilla edited this page Apr 21, 2020 · 2 revisions

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/cli
amplify 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
Clone this wiki locally