aws-solutions / secure-media-delivery-at-the-edge-on-aws

Apache License 2.0
20 stars 10 forks source link

CDK deploy failed with unsupported characters "%%VERSION%%" #10

Closed damianzm-aws closed 1 year ago

damianzm-aws commented 1 year ago

Describe the bug CDK failed to deploy with event errors indicating unsupported characters with "%%VERSION%%". Modifying any reference to %%VERSION%% with an integer value mitigated, allowing CDK to deploy as expected.

To Reproduce Cloned the repository and followed the README instructions to deploy with CDK

Expected behavior Deployment to complete

Please complete the following information about the solution: v1.2.0

Screenshots

Additional context

damianzm-aws commented 1 year ago

Reinstalled related AWS CLI and CDK to latest version and this version error did not reoccur