JD
JD
Ps. Your use case for default is already covered as entities have time stamps (created & modified) by default.
The error is correct. You don't need to specify `created` and `createdAlias`. Just try with one of them. The docs show the difference between each option.
If you want the attribute on the dynamodb item to be changed from '_ct' to 'createdAt' then you want to set `created`. If you want the attribute on the parsed...
May also be related to #85
@jeremydaly, I've actually started seeing this issue when I update using a default property. The default gets parsed to a string representation of the function: The DDB item: ``` {...
It looks like this may be happening when the function can't be evaluated. For me, I can reproduce when I update and not all of the items in the interpolated...
You should have a read of the README about defaults. Specifically, the `onUpdate` property.
Can you post the generated dynamo db update params?
@simlu the way I work it is to define the table in CF and this is then provisioned on first deploy. The code (Table entity) doesn't generate the table, just...
@simlu are you generating one table per entity?