aws-elasticfilesystem

Is there any way to store files on Amazon EFS using Lambda Functions?

自闭症网瘾萝莉.ら 提交于 2020-07-10 07:48:25
问题 I'm developing an API using API Gateway + Lambda Functions. The company's website is at EC2 and its images are at EFS. I have to develop one API method to upload some images to EFS, but I can't find a way to do that. Is EFS even accessible from a lambda function? Thanks in advance 回答1: AWS has released Lambda filesystem support. See these details for configuration information, including CloudFormation and SAM templates. The file system and the Lambda function must be in the same region, and

Is there any way to store files on Amazon EFS using Lambda Functions?

百般思念 提交于 2020-07-10 07:48:11
问题 I'm developing an API using API Gateway + Lambda Functions. The company's website is at EC2 and its images are at EFS. I have to develop one API method to upload some images to EFS, but I can't find a way to do that. Is EFS even accessible from a lambda function? Thanks in advance 回答1: AWS has released Lambda filesystem support. See these details for configuration information, including CloudFormation and SAM templates. The file system and the Lambda function must be in the same region, and