Christopher Sundersingh
Christopher Sundersingh
Hi @Cox65 - Thanks for your contribution. Could you add an unit test for this change?
@cabcookie - To force resolver regeneration, you can add a dummy model or add an authorization rule to an existing model. Could you provide the definition for `Meeting` model?
@amcdnl - Are you using a JWT token as authorizer token? In that case, AppSync considers it as Cognito auth mode and process the request incorrectly. Can you add a...
Looks like the issue is caused by cross stack references. Could you try the below? 1. Deploy the current state. ```graphql generateCaptcha(input: GennerateCaptchaInput): GenerateCaptchaResult @function(name: "GetCaptcha-${env}") @auth(rules: [{ allow: private,...
@chrisbonifacio Could you please add info about the new feature flag `graphqltransformer > subscriptionsInheritPrimaryAuth`. If enabled, subscriptions will inherit the primary model authorization rules for the relational fields. If disabled,...
Marking it as a bug. Codegen expects at least one model in the schema to add the `getModelTypeByModelName` block. **Workaround:** Add a dummy model to the schema. ``` Dummy: a.model({...
@kekami - It is possible to use SDL with SQL datasource today. (DX is not great though, you will need to explicitly provide the VPC config and a bunch of...
Hey @whunter, Codegen's `generate models` command is failing if you use interfaces in the GraphQL schema. Prior to 11.x, this command was executed at the end of `amplify push` only...
That's a great news. Yes, this version is good to use. Regarding the interfaces support, it is still not supported on 'generate models' command. But this shouldn't impact if you...
@kita3222 - The DynamoDB tables should have tags based on your sandbox identifier. Will that solve your problem to differentiate the tables created by different users?