Closed noah-guillory closed 5 years ago
Doc: https://docs.aws.amazon.com/dynamodb/index.html
Anyone working on this would do themselves well to familiarize themselves with the ways of dynamodb. In my experience, some people have trouble wrapping their mind around a key-value document store vs a traditional relational db, but once it clicks it clicks. Dynamodb is very easy to test out with the aws cli, I would reccomend to anyone to run through some tutorials of it and it's use cases. It's at rest cost is hard to beat at all our scale.
Add DynamoDB connection to bot so that the bot can store and access state information between requests.