How do I stop AWS_CLI commands from blocking the terminal? The lambda update_function_code command blocks the terminal after deploying until I quit it.
itโs opening vim export AWS_PAGER=""
stops it
Timestream released, quite interesting: https://aws.amazon.com/blogs/aws/store-and-access-time-series-data-at-any-scale-with-amazon-timestream-now-generally-available/
yeah, was thinking about backfilling too, narrows the use case a bit
though I guess from point of view of AWS, it makes sense to set operational limits like that (ban ingestion of timestamps from future, ban ingestion of data beyond retention)
Can't backfill data after it has left in-memory storage ๐
We use InfluxDB extensively and it's wicked fast. Curious about the performance of Timestream.
wow, it's been a long time coming