Jeremy Daly
Jeremy Daly
v0.4 is _finally_ live! Conversion to the v3 SDK is a high priority.
This merge has been on hold because of the work on v0.4. This is now a high priority item, but will need a major refactor. Working with other collaborators to...
This is likely due to the fact that `created` is the alias for `_ct`. I’ll look into this to see if there’s a fix or add it to the documentation.
Hmm. This could be a bug, but I recall nested paths working just fine in the past. Let me look at this.
Interesting. The `query()` method is a `Table` level entity, so it's not aware of the schema of the `Entities` you are querying. In fact, `query()` can bring back multiple `Entity`...
Hi @tommy921092! I don't have a timeline, but I think we're going to need to drop support for v2 and the DocumentClient and use v3 with `marshall`/`unmarshall` utils. It's a...
The easiest thing would probably be to use `default` instead. ```javascript // Schema const Record = new Model("Record", { table: "TestRecordTable", partitionKey: "partitionKey", sortKey: "sortKey", schema: { partitionKey: {type: "string",...
+100000000000000 😉
Hey everyone. Thanks for the question and feedback. I'm trying to get the library stable first, but an example app would be super helpful. @Ankcorn looks like he has a...
> I like that you are always trying to keep things simple. Do you think [lambda-api](https://github.com/jeremydaly/lambda-api) and this library is a good fit together? If so, would like to see...