Tom Hulton-Harrop
Tom Hulton-Harrop
Thanks for following up @ykethan, that's good to know. This may be tangentially related but I was very recently trying to add a custom resolver to provide the ability to...
This is the error I see for reference (`` is the name used in `stacks/CustomResources.json`) ``` 🛑 The following resources failed to deploy: Resource Name: (AWS::AppSync::Resolver) Event Type: create Reason:...
Okay sounds like a plan, thanks @ykethan!
Any update from the aws-amplify/amplify-cli team? Any info about the original problem (related to the switch from cli-inputs.json to overrides.ts for Cognito user pool attributes). I'm seeing issues with these...
@AnilMaktala These two problems are unrelated. What I've found is in my new environment, I have to keep these two attributes in `overrides.ts` uncommented, but in the old environment (where...
No problem at all @AnilMaktala I can't say for certain I've done exactly that, but I've found that if I work out of my new environment, I have to have...
I'm curious is there a plan to update the autogenerated code for mutations so relational fields are not included? This would be really handy as otherwise the autogenerated mutations will...
I came across this issue while trying to find out how to do this in Gen 1. Is it possible to disable self sign-up by setting a value in `cli-inputs.json`...
The doc links all work if you use https://evanw.github.io/csg.js/, instead of https://evanw.github.com/csg.js/. (`github.io` instead of `github.com`) See https://github.com/evanw/csg.js/pull/31 for a fix.
Understood, thank you for the update @dpilch 👍