The type of input data defines AWS backend storage.
Introduction I received an interesting question on the DevHeads community discord:
“When to use one over the other between Amazon DynamoDB and S3 for storage?”.
Short answer Two principal factors define data storage:
The nature of the data itself. The way we want to consume it. Discussion For our discussion, I will categorize the data provided by IoT devices into four categories:
Time-series telemetry readings. Complex readings. Batch data. Custom. By no means is that a comprehensive list, but it illustrates the primary use cases.