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
I'm trying to use NewResourceJsonSchemaDocument() with AWS::Amplify::App type.
it raises loading JSON Schema ( {...} ): pattern must be a valid regex error.
@mkuzmin It's probably related to differences between the regex syntax supported by CFN schemas/JSON schema (I think it's the JavaScript flavor) and what Go supports: #5.
Take a look at sanitize.go.
I'm trying to use
NewResourceJsonSchemaDocument()
withAWS::Amplify::App
type.it raises
loading JSON Schema ( {...} ): pattern must be a valid regex
error.Here is the schema I'm getting from CloudFormation: https://gist.github.com/mkuzmin/3930399866df2f8659b357f16bf9d58a
Did AWS break something, so I should report it to https://github.com/aws-cloudformation/cloudformation-coverage-roadmap ?
The text was updated successfully, but these errors were encountered: