Friday is no more. We spent $150K to buy @FreestyleDotAI
Today we launch the most powerful email memory system in the world.
With it, I handled a week's worth of email without typing a word.
All within native Gmail. Email is solved. Reply for access.
@donkersgood@alexbdebrie@rafalwilinski Can you remodel your data slightly so that all data that needs to be written together is actually just part of one item? Maybe create a new item that contains both the counter and the other piece of data that needs updating?
@CenlarFSB@CenlarFSB seriously, you no longer allow for us to connect accounts to Mint? This is incredibly annoying. Are there any financial apps you do grant access to?
@AWSbrett We usually manage counts on a separate record on the partition. So we just have to update an additional row with each addition/deletion of an item.
@dynamodb is there a way to provide KeyConditionExpressions to a batch get request? I know the hash key for each request but additionally want to provide a range key begins_with(“RangeKeyPrefix”)