Ultimate access to all questions.
Your Lambda function is designed to handle file processing tasks for your customers. During this process, the function generates numerous intermediary files that need to be temporarily stored on disk. These files are only required for the duration of the function's execution and are discarded once the function completes its task and stops running.
What is the most efficient method to temporarily store these files for your Lambda functions, ensuring they are discarded once the function execution ends?