petelind / iexBee

We will build up from the simple retriever to the retriever who can persist data, and then we will turn into multithreaded lambda retriever. We will discover nasty surprises along the way and learn how to to builld in python, how run python in AWS, and how to operate python.
1 stars 0 forks source link

Remove DynamoDB creation from application code #93

Closed aprotsik closed 4 years ago

aprotsik commented 4 years ago

We need to remove the obsolete code, used for DynamoDB creation as it's moved to infrastructure code. We also need to adjust the code where the table deletion is used as we no longer want it deleted so CF stack could remain consistent.

petelind commented 4 years ago

Lets keep it simple:

  1. Make clean_table() use search/scan.
  2. Remove table creation from the persistence.