in code/backend/app.py [0:0]
def delete_todo(todoid): table.delete_item( Key={'TodoId': int(todoid)} ) return "Deleted todo\n"