aws-samples / cdk-alexa-skill

MIT No Attribution
10 stars 3 forks source link

Skill Package Compression #14

Closed cainenielsen closed 2 years ago

cainenielsen commented 2 years ago

After struggling with a deployment error regarding the skill assets not being accessible via the S3 bucket, I tested compressing (zipping up) the assets before deploy which was successful.

I found out that skill packages need to be compressed (zipped) into a .zip file before they can be accessed from the S3 bucket where they are uploaded. I have configured a script to run during synth which zips up the assets before deployment, however, it might be valuable to mention that in the documentation or feature a script within the library to complete this task.

Thanks,

github-actions[bot] commented 2 years ago

This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon.

github-actions[bot] commented 2 years ago

Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen.