Lucas Saldanha Ferreira
Lucas Saldanha Ferreira
I have a table with a PK called 'pk' and SK called 'sk' And a GSI where the PK is 'sk' (The same as the default SK) and the SK...
I have an entity with the following attributes configured ``` attributes: { userId: { partitionKey: true }, sk: { hidden: true, sortKey: true, default: 'SomeDefault', }, someIds: { type: 'set',...
### Describe the problem Currently, there is no easy way to reuse a set of subroutes across other routes. #### Simple example For example, let's say that you have a...
When using the `.updateLink()` function, verifying that an attribute (or even worse, a nested attribute) is updating is confusing. ### Example 1: I have a tracker of a pokemons last...