AntonShuvaev / intellij-dynamodb

DynamoDB plugin for Intellij IDEA and other JetBrains IDEs
https://plugins.jetbrains.com/plugin/18896-dynamodb
15 stars 0 forks source link

DateTime columns #61

Open dkBrazz opened 1 month ago

dkBrazz commented 1 month ago

Is your feature request related to a problem?

DynamoDB doesn’t have a dedicated datetime data type and it is recommended to use Number fields with the Unix timestamp https://aws.amazon.com/blogs/database/working-with-date-and-timestamp-data-types-in-amazon-dynamodb/

Such timestamps are hard to read, so I need to convert these numbers to dates manually in 3rd party tools

Describe the solution you'd like

For json view of the record mentioned unix-timestamp plugin works perfectly

Additional context

No response

AntonShuvaev commented 1 month ago

Thanks for the suggestion. I will consider adding this in the future.