Results 14 comments of Ahmad Ali

@naorpeled thank you for your answer; I can not reveal the schema, but here is an example it is very basic, nothing fancy :) - table definition: ```ts import {...

@naorpeled Thank you very much; one last thing - I have this entity, and I want to use the type inferred by its schema everywhere in the App. ```ts export...

[the definition of `InferIdentityItem`](https://github.dev/jeremydaly/dynamodb-toolbox/blob/600b6700e92b06a0f60643543d8c58f16e6f2b7b/src/classes/Entity/types.ts#L516) is not exported from Entity class for some reason in the build ![Screen Shot 2022-08-25 at 08 21 39](https://user-images.githubusercontent.com/46387030/186601099-452fb25f-d0fe-4a7b-ae03-e57d1e0445e2.png) Must be something I'm missing 😅

@naorpeled just used https://www.npmjs.com/package/dynamodb-toolbox/v/0.5.0-beta.0 and looks all fine, thank you very much I'm using this import ```ts import type { EntityItem, InferEntityItem } from 'dynamodb-toolbox/dist/classes/Entity/types'; ```

well, I first tried: ```js timestamps: true, created: "createdAt", modified: "updatedAt", ``` then I would still get `created / modified` instead of `createdAt / modifiedAt`. so I tried this: ```js...

although I would like to use Prisma with ddb, it just feels weird, and I don't think that the relational nature of prisma suits dd.

same here: https://sourcerer.io/ahmad-ali14

@DonJayamanne, here is an example, both notes are saved to the disk and opened side by side. when I close one it is okay, but as soon as the other...