aws-solutions / content-analysis-on-aws

As of August 30, 2023, this AWS Solution is no longer available. Existing deployments will continue to run. The functionality provided by Content Analysis on AWS will be superseded with functionality in Media2Cloud on AWS and Content Localization on AWS. We encourage you to explore these solutions.
https://aws.amazon.com/solutions/implementations/aws-content-analysis/
Apache License 2.0
96 stars 47 forks source link

build.sh fails with ValidationError due to yaml not well-formed in aws-content-analysis-use-existing-mie-stack.yaml #12

Closed battlebyte closed 2 years ago

battlebyte commented 3 years ago

The file cloudformation/aws-content-analysis-use-existing-mie-stack.yaml is not well formed due to merge conflicts in lines 29, 64, 99, 171 and 205. As a consequence, build.sh fails when deploying with existing MIE stack with the following error message:

An error occurred (ValidationError) when calling the CreateStack operation: Template format error: YAML not well-formed. (line 30, column 1)

ianwow commented 3 years ago

I think I fixed this with the following commit: https://github.com/awslabs/aws-media-insights/commit/36faa7cef95f7c5e9af78e78c276c6d70a73d8a6#diff-dbce1dc92457c3b0aa6d5c405fb9b6fa80259998ddf36dce7dd21d7f2e9e5675

I haven't merged that commit to master yet.

Can you try running the build script in the development branch?