1 Answer
- Newest
- Most votes
- Most comments
2
DynamoDB is by far the the better service for this use-case, you are only needing key-value lookups and don't require the additional features that Timestream offers, like running analytical queries over a given time period.
It's a simple design for DynamoDB where you can efficiently perform your access patterns and you can also use TTL to delete data older than 12 months free of charge.
Relevant content
asked 3 years ago
asked 3 years ago
