You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: ResourceTranslationError { message: "provided string was not `true` or `false`" }
The yml file has over 2700+ lines code. It is impossible for us to find out which line has the issue. Does anyone can help to resolve this or provide any workaround? Thanks!
The text was updated successfully, but these errors were encountered:
Some context: The Parser holds the line information, and will fail on things that fall in the parser domain. Later, there is a second phase of semantics, which doesn't have the line info (and can't get it).
Think a middle ground would be building out a string context of at least the resource. IR should generally not fail though, so this is quite unexpected and definitely a bug.
We are creating the CDK code from CFN template(https://prod.artifactbrowser.brazil.aws.dev/packages/RedshiftQuotaServiceInfrastructure/versions/1.0.1097.0/platforms/AL2_x86_64/flavors/DEV.STD.PTHREAD/sam/template.yml)
However, we found it report the following error without providing any trace message for line number
The yml file has over 2700+ lines code. It is impossible for us to find out which line has the issue. Does anyone can help to resolve this or provide any workaround? Thanks!
The text was updated successfully, but these errors were encountered: