You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -115,6 +116,7 @@ We only need to create this object **once per type** of entity in our applicatio
115
116
***Optional:** express how to convert an object to a DynamoDB record ("formatting")
116
117
***Optional:** Create Global Secondary Index (GSI) key values
117
118
119
+
> A complete discussion of _Entities_ is available in [the manual, here](./documentation/1-Entities.md).
118
120
119
121
We can now call `.for(...)` on our entity store. This returns an object that implements [`SingleEntityOperations`](https://symphoniacloud.github.io/dynamodb-entity-store/interfaces/SingleEntityOperations.html) - **this is the object that you'll likely work with most when using this library**.
0 commit comments