DEV Community

Discussion on: Live Video Authorization with Private Channel on Amazon IVS

Collapse
 
heyray2 profile image
HeyRay2 • Edited

The empty zip file issue appears to have been a file permissions issue where the deployment process was attempting to write to a local folder that my user did not have full write access to.

Changing folder permissions allowed the deployment to run successfully.

The issue with the missing "cdk.json" was still an issue that you may want to address in your code repository for this tutorial.

Thanks!