You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When inserting new items to dynamo table an exception needs to be raised if there the table has not been created yet. However, the current code excepts any error and then calls the table create function.
When inserting new items to dynamo table an exception needs to be raised if there the table has not been created yet. However, the current code excepts any error and then calls the table create function.