update create_date field
This commit is contained in:
@@ -23,7 +23,7 @@ dyn = DynamoDBPersistenceLayer(ENROLLMENT_TABLE, dynamodb_client)
|
||||
|
||||
@app.post('/')
|
||||
@tracer.capture_method
|
||||
def update_enrollment():
|
||||
def postback():
|
||||
json_body = app.current_event.json_body
|
||||
|
||||
status = json_body['status']
|
||||
|
||||
Reference in New Issue
Block a user