<@U02QHSQ7GAF> so anything that’s not the simple d...
# help
f
@Edward Asquith so anything that’s not the simple data types can be done directly on Dynamo?
r
Yes, you typically only define your key fields when setting up your table
e
^ this
If you’re using something like the DocumentClient (JS SDK) it’ll choose appropriate types for your fields based on the data you are inserting.
f
I see. Ok. Thank you!