Splyth / slack_bot

Slack Bot Created for the Animutiny Slack Group (Name is Lisa)
MIT License
9 stars 5 forks source link

Implement DynamoDB Connection #16

Closed noah-guillory closed 5 years ago

noah-guillory commented 5 years ago

Add DynamoDB connection to bot so that the bot can store and access state information between requests.

Zylox commented 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.