Jonathan Demirgian
Jonathan Demirgian
Our team also ran into this issue. We forked the Zappa repo and merged this older PR: [`bfcb649` (#2141)](https://github.com/Miserlou/Zappa/pull/2141/commits/bfcb6490dc56ba9533622861ab999d9cabe67f06). @jneves Is there anything you would like to see that could...
@paulnicolet There's nothing blocking that I'm aware of. @jneves could this be merged?
@jneves rebased this PR atop the (great!) newer black changes to the codebase.
@javulticat would you please re-review when you get a chance? Behavior I started thinking about when fiddling with this: what do you think should happen when a csv file is...
:| I'm trying to 'resolve' a pending unresolved conversation because it appears to be a merge blocker: I addressed this with an update to the test files then rebased my...
(This is offtopic, please remove if considered too derailing.) Question: why use dynamo for relational data? The ridiculous read/write +scalability of dynamorm is somewhat moot if the architecture doesn't embrace...
Those are definitely the sort of things that I'd expect an ORM to be responsible for. But it still feels like an ask to contort dynamo into something that it...
Whoah. It looks like Amplify autogenerates a DynamoDB table for you based on a GQL schema? I've an auto table generator before for relational with Prisma but going through a...
Assuming that PR #101 is correct, this issue would be fixed. Also, lol. @smtheard and I work at the same co. I didn't know that he had this PR open.
Great to know, thank you @borgstrom !