Rafael Cardoso

Results 41 comments of Rafael Cardoso

> Can you share some more details: > > 1. Can you share the `Project Identifier` reported when you do `amplify diagnose --send-report` (This command sends non-sensitive project information to...

The AppSync console doesnt work for me, I am not able to use IAM from there.

@AnilMaktala I tried with the custom-roles but I still get no authorization for things like listUsers for instance. ``` { "data": { "listUsers": null }, "errors": [ { "path": [...

As a matter of fact, lately, all my subscriptions stop working. Now for the hasMany subscrtiptions I do receive a response, but the has many relationships comes with empty arrays....

Looking at the stack I found this.. Embedded stack arn:aws:cloudformation:us-east-1:533267446078:stack/amplify-myapp-prod-54752-apiGraphQLAPI-44SP06RETH3B/07ba2540-c1c2-11ee-8d28-0a6786933c53 was not successfully updated. Currently in UPDATE_ROLLBACK_FAILED with reason: The following resource(s) failed to update: [FunctionDirectiveStack].

![image](https://github.com/aws-amplify/amplify-cli/assets/227917/920e792a-f74a-41a2-b982-fe88ebe4e955)

So to recap i managed to deploy the wrong version ``` generateCaptcha(input: GennerateCaptchaInput): GenerateCaptchaResult @function(name: "GetCaptcha-${env}") @auth(rules: [{ allow: private, provider: iam }]) ``` Then i tried to fix the...

@sundersc Thanks for your reply. Unfortunately It doesn't allow me to redeploy. ``` is in UPDATE_ROLLBACK_FAILED state and can not be updated. ``` Every time I try to redeploy, this...

@sundersc Any guidance on this matter? It's been a couple days that I am completely blocked.

I can't wait any longer, sorry. My app isn't up yet, so losing my data is okay for now. That's why I chose to delete and then set up my...