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

Pushing to AWS overwrites prices.csv and settings.ini #5

Closed TheOtherDavid closed 3 years ago

TheOtherDavid commented 3 years ago

Whenever I push code to my AWS Lambda function, it wipes out my prices.csv and settings.ini. Those files aren't in my Git package, because they're personal. I could probably replace settings.ini with environment variables. I could replace the prices.csv with a database, but I'd like to get this working without a DB for now.