source/lambda/main.py [36:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        timestamp = request['timestamp']
        request_id = str(request['request_id'])

        # invoke Sagemaker endpoint to predict the skeleton
        sm_endpoint_response = sagemaker_runtime_client.invoke_endpoint(
            EndpointName=sagemaker_endpoint_name,
            ContentType='application/json',
            Accept='application/json',
            Body=json.dumps({
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/lambda/main.py [85:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        timestamp = request['timestamp']
        request_id = str(request['request_id'])

        # invoke Sagemaker endpoint to predict the skeleton
        sm_endpoint_response = sagemaker_runtime_client.invoke_endpoint(
            EndpointName=sagemaker_endpoint_name,
            ContentType='application/json',
            Accept='application/json',
            Body=json.dumps({
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



