update create_date field

This commit is contained in:
2025-08-27 11:53:39 -03:00
parent f055e144fb
commit b3a4b48fe5
2 changed files with 44 additions and 36 deletions

View File

@@ -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']