source/lambda/main.py [56:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "headers":
                {
                    "Content-Type": "application/json",
                    'Access-Control-Allow-Headers': 'Content-Type',
                    'Access-Control-Allow-Origin': '*',
                    'Access-Control-Allow-Methods': 'OPTIONS,POST,GET',
                }
        }

        # write input images and response to S3 bucket
        if request_events_snapshot_enabled == 'Yes':
            save_bucket_prefix = time.strftime('%Y-%m-%d', time.localtime(time.time()))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/lambda/main.py [105:116]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "headers":
                {
                    "Content-Type": "application/json",
                    'Access-Control-Allow-Headers': 'Content-Type',
                    'Access-Control-Allow-Origin': '*',
                    'Access-Control-Allow-Methods': 'OPTIONS,POST,GET',
                }
        }

        # write input images and response to S3 bucket
        if request_events_snapshot_enabled == 'Yes':
            save_bucket_prefix = time.strftime('%Y-%m-%d', time.localtime(time.time()))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



