in application.py [0:0]
def store_in_dynamo(signup_data): signup_item = Item(ddb_table, data=signup_data) signup_item.save()