TheOtherDavid / CoinCheck

A simple app that checks a crypto coin price and sends an SMS alert if there has been a big move recently.
1 stars 0 forks source link

Add AWS DB Integration #8

Closed TheOtherDavid closed 3 years ago

TheOtherDavid commented 3 years ago

Since the CSV file gets overwritten when I push code, I should switch to a DB. AWS DynamoDB is cheap.

TheOtherDavid commented 3 years ago

I am successfully writing to the DB, but reading is more difficult. It is very picky about which attributes I can query and how.