Where should the temporary files be stored?
A developer is designing an AWS Lambda function that creates temporary files that are less than 10 MB during invocation.The temporary files will be accessed and modified multiple times during invocation.The developer has no need to save or retrieve these files in the future.Where should the temporary files be stored?Read More →