Define entity
Define entity
Write the @DynamoEntity
decorator on top of the class definition.
With table attribute
Also you can put table information into @DynamoEntity
. This information is used to table transaction.
The parameter details are as follows :
This design is derived from AWS.CreateTable
.
Check here for more information.
Last updated
Was this helpful?