Getting temp folder in Process Lambda
This example shows how to get the path to the large capacity temp folder used for temporary storage:
from voxelfarm import process_lambda
lambda_host = process_lambda.process_lambda_host()
scrap_folder = lambda_host.get_scrap_folder()