Ross Williams

Results 29 comments of Ross Williams

> My thinking was that if these nested items can be retrieved with all the properties populated Don't think of these as nested items in a table. These are many...

I’m not in favour of this feature, and I’d rather see this supported through solid documentation and exposing users to a bit of plumbing. Main reasons: - The documentation will...

@vdumouchel > Hard to know what is the problem and impossible to debug. You likely have a GSIs created on dynamo tables from the first push failure. When a GSI...

> Frankly, seeing fixes like this hang for months is discouraging when the library is as popular as it is. @BigBallard If you want to re-write the PR so it...

@ryanhaugh If you can preserve existing formatting then I can look at these changes.

@ryanhaugh Build fails, you need to adjust the tests.

Cascade delete would be much better implemented with a DynamoDB stream lambda. If there is not a new item in the event, you know it has been deleted and can...

PreToken modifies the ID token, not the access token, which is just slightly problematic. There is another thread here about that. I’ve added “and” rules in my cli fork and...

@macs91 I've got a branch that adds combining owner/group rules for a multi-tenant app [here]( https://github.com/RossWilliams/amplify-cli/tree/feature/audit). I haven't done the cleanup work needed to merge it into the main repo,...