If number precision is important, you should pass numbers to DynamoDB using strings that you convert from the number type. You can use the number data type to represent a date or a timestamp. One way to do this is by using epoch time—the number of seconds since 00:00:00 UTC on 1 January 1970.

