Gabriel Fernandes

Results 8 comments of Gabriel Fernandes

@renatomefi please let me know what you think about this one. This method was really useful for a project I had worked on as we had a healthz endpoint that...

Hi @renatomefi Sorry for the long time to reply you. I will take a look on your messages, as well as why the tests haven't passed.

@renatomefi I have updated this branch as my user was associated with my work email. Also made some minor adjustments. Please review and let me know if there is anything...

Amplify 4.46.1 also has the same behavior. Curious about a way to fix it.

@richardmcclellan when is the plan to allow custom primary key names on DataStore? Currently, I have an application with that use case (where I use `@key(fields: ["sub"]`) to define my...

I just experienced the same, and it was solved as @bobinska-dev mentioned: the object of my array didn't have a name. Something like this works now: ``` fields: [ defineField({...

@dnlup would that be something like the previous version that could allow us to run `scope.setTag` in a custom error handler?

That would be perfect @dnlup, I just upgraded to the new version of the plugin, and just noticed that we also have the use case you mention here.