Aaron S.
Aaron S.
I'm trying to reproduce the described experience. When I setup the schema described above: ```ts const schema = a.schema({ Foo: a.customType({ bar: a.ref('Bar'), qux: a.integer() }), Bar: a.customType({ baz: a.integer()...
Very interesting. I'm pretty sure these files are generated by the codegen. I'm transferring this to that repository for further review.
I have pulled down the example and removed the SchemaProcessor guard. In the build process, I now get: ``` Resource already exists: arn:aws:appsync:us-west-2:353957004605:apis/tz4ret3l6valfevpb3plbh45na/types/Mutation/resolvers/executeStateMachine" (RequestToken: 46bd6bdc-6ee6-bac3-e308-c19b4f1bb525, HandlerErrorCode: AlreadyExists ``` Talking with...
Related to #2458