AWS: Large File Upload - API Gateway & Lambda - Best Practices
问题 I need a user to be able to provide a 15 MB XML file to an AWS Lambda function for it to perform an action, and return another XML file back to the user. This is the only thing this "application" is going to do. The data in the XML file is semi-sensitive and shouldn't be kept anywhere after the file is returned. What are the best practices for handling this? The API Gateway appears to have a payload size limit of 10mb, so I can't just upload it. I've seen some references to having the file