aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
caleb.macdonaldblack 2020-10-01T12:13:44.004200Z

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.

caleb.macdonaldblack 2020-10-01T12:15:26.004400Z

itโ€™s opening vim export AWS_PAGER="" stops it

viesti 2020-10-02T07:53:17.005900Z

yeah, was thinking about backfilling too, narrows the use case a bit

viesti 2020-10-02T07:54:14.006100Z

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)

kenny 2020-10-01T15:05:22.005100Z

Can't backfill data after it has left in-memory storage ๐Ÿ˜ž

kenny 2020-10-01T15:05:55.005300Z

We use InfluxDB extensively and it's wicked fast. Curious about the performance of Timestream.

lukasz 2020-10-01T15:08:56.005600Z

wow, it's been a long time coming