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!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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!