6 ms·
It's clearly missing storing data uuencoded in Route53 TXT records.
by bscanlan 6y ago
It's clearly missing storing data uuencoded in Route53 TXT records.
- scarface74 6y agoOr you can get 75GB free by using Lambda.... https://www.lastweekinaws.com/podcast/screaming-in-the-cloud/how-to-get-75-gigs-of-free-storage-in-aws-with-xssfox/ https://www.lastweekinaws.com/podcast/screaming-in-the-cloud... (Yes this is a joke)
- jedberg 6y agoIt's because of thoughts like this that the number of tags per item is limited. Initially they were going to allow unlimited tags until someone pointed out that you could use tags on your items as a poor mans key/value store for free.
- erik_seaberg 6y agoI'm reminded of people who use S3 as an eventually-consistent database. Encode your rows in CSV and use them as names of empty objects. Query using paginated LIST requests for a prefix of the columns.
- scarface74 6y agoAWS already offers a free key value store - SSM Parameter Store. It’s severely rate limited if you don’t pay for it - but it’s still cheap.