awslabs / amplify-video

An open source Category Plugin for the AWS Amplify-CLI that makes it easy to deploy live and file based streaming video services and integrate them into your Amplify applications.
https://www.npmjs.com/package/amplify-category-video
Apache License 2.0
267 stars 56 forks source link

AWS Video Export not updating with Amplify CLI v5.0.0 #282

Closed moritz-jansen closed 3 years ago

moritz-jansen commented 3 years ago

Describe the bug After upgrading the Amplify CLI to version 5.0.0 (also happens with v5.0.1) the aws-video-exports.js is not updated and throws the error seen in the screenshot below when running amplify video get-info.

To Reproduce Steps to reproduce the behavior:

  1. Install @aws-amplify/cli@5.0.1 and amplify-category-video@3.7.0
  2. Run amplify video get-info
  3. Select any project
  4. Info is shown correctly but error is thrown and aws-video-export.js isn't updated.

Expected behavior Update aws-video-export.js with the correct config as with previous versions.

Screenshots

Bildschirmfoto 2021-06-20 um 17 16 34
wizage commented 3 years ago

I have an update pending release that fixes that. Will be out Monday.

moritz-jansen commented 3 years ago

Awesome, thank you!

wizage commented 3 years ago

This fix is released as of 3.8.0

Please confirm :)

moritz-jansen commented 3 years ago

Yes, it's fixed with 3.8.0. Thank you for the quick help! :)