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

Ivscvs #333

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
69cd700
Work in progress
wizage Sep 13, 2021
0aabb49
Adding Auth
wizage Sep 23, 2021
1052a5a
Api file move
wizage Oct 28, 2021
5930187
Adding package to fix verify
wizage Oct 28, 2021
f8db608
Fixed bugs, alpha run
wizage Oct 28, 2021
8cbb0a5
adding functionality for ivs notifications
Nov 3, 2021
a2c141d
linting the files
Nov 3, 2021
5a98976
Added channel manager function
wizage Nov 14, 2021
d6efcb2
4.0.0-a2 version
wizage Nov 14, 2021
599430c
Adding hack to get around autoVerify
wizage Nov 17, 2021
4559f92
Fix lambda function
wizage Nov 17, 2021
9d24888
Fix auth bug
wizage Nov 17, 2021
ff281ca
adding default question for auth
wizage Nov 19, 2021
1345858
adding endpoint to the callback
wizage Nov 24, 2021
552300c
Updated schema for new version of cli
wizage Nov 28, 2021
b6d2b25
Merged in SNS notifications
wizage Nov 28, 2021
de9cf42
Adding in fix for sns for cvs
wizage Nov 29, 2021
68015bc
fixing auth issues
wizage Nov 29, 2021
a397dce
Adding fix for ivs env swap
wizage Dec 1, 2021
db59844
getting the questions updated
wizage Dec 1, 2021
fd5370b
changing defaults up
wizage Dec 2, 2021
598926b
changing defaults up
wizage Dec 2, 2021
2f3cddb
fixed defaults
wizage Dec 2, 2021
4b207c6
adding question marks because @smp hates me
wizage Dec 2, 2021
cdcaa49
Linted
wizage Jan 20, 2022
63a960b
moving to node16.x
wizage Jan 20, 2022
90f421b
Adding new actions
wizage Jan 20, 2022
99d70f1
Adding in jest plugin
wizage Jan 20, 2022
ad5d9ce
Adding in jest plugin
wizage Jan 20, 2022
3112206
Finish lint with new linter
wizage Jan 20, 2022
7610525
Updated Readme.md
wizage Jan 20, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"global-require": "off",
"import/no-dynamic-require": "off",
"consistent-return": "off",
"no-plusplus": "off"
"no-plusplus": "off",
"import/no-import-module-exports":"off"
},
"env": {
"jest/globals": true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install eslint
run : npx install-peerdeps --dev eslint-config-airbnb
run : npx install-peerdeps --dev eslint-config-airbnb; npm i --dev eslint-plugin-jest;
- name: eslint
run : npm run lint
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
</a>
</p>

An open source plugin for the Amplify CLI that makes it easy to incorporate video streaming into your mobile and web applications powered by [AWS Amplify](https://aws-amplify.github.io/) and [AWS Media Services](https://aws.amazon.com/media-services/)
An open source plugin for the Amplify CLI that makes it easy to incorporate video streaming into your mobile and web applications powered by [AWS Amplify](https://docs.amplify.aws/) and [AWS Media Services](https://aws.amazon.com/media-services/)

Read more about Amplify Video on the [AWS Media Blog](https://aws.amazon.com/blogs/media/introducing_aws_amplify_video/)

## Installation

Amplify Video is a [Category Plugin for AWS Amplify](https://aws-amplify.github.io/docs/cli-toolchain/plugins?sdk=js) 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
Amplify Video is a [Category Plugin for AWS Amplify](https://docs.amplify.aws/cli/plugins/plugins/) 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](https://github.com/aws-amplify/amplify-cli/).

Expand All @@ -35,15 +35,14 @@ amplify video add

## Getting Started with Amplify Video

* [Documentation](https://github.com/awslabs/amplify-video/wiki)
* [Commands](https://github.com/awslabs/amplify-video/wiki/CLI-Reference)
* [Getting Started with VOD](https://github.com/awslabs/amplify-video/wiki/Getting-Started-with-VOD)
* [Getting Started with Live](https://github.com/awslabs/amplify-video/wiki/Getting-Started-with-Live)
* [Documentation](https://docs.amplify-video.com/)
* [Getting Started with VOD](https://docs.amplify-video.com/docs/Video-on-Demand/Getting-Started-with-VOD)
* [Getting Started with Live](https://docs.amplify-video.com/docs/Live/Getting-Started-with-Live)

## Tutorials

* [UnicornFlix](https://github.com/awslabs/unicornflix)
* [UnicornTrivia](https://github.com/awslabs/aws-amplify-unicorntrivia-workshop)
* [UnicornSports](https://catalog.us-east-1.prod.workshops.aws/v2/workshops/269c3965-c623-4b86-8d27-46fe91b48f3e/en-US)
* [CodingCatDev Video Tutorial](https://www.youtube.com/watch?v=vM_YoZbLQQ0)

## Contributions
Expand Down
2 changes: 2 additions & 0 deletions commands/video/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ module.exports = {
}

// Normal mode
// Hiding livestream as marking as old/unsupported.
delete serviceMetadata.livestream;
return amplify.serviceSelectionPrompt(context, category, serviceMetadata).then((results) => {
options = {
service: category,
Expand Down
Loading