Hi, I’m working with a lambda function that needs to have mounted an EFS somewhere in /mnt/.
I’m taking a look at the AWS reference (links at the bottom) and I’m failing to find how to specify the EFS Access Point ARN and the Local Mount Path.
I was expecting something like:
provider:
name: aws
filesystem:
- arn: "arn:aws:elasticfilesystem:region:id:access-point/apId"
localMountPath: /mnt/efs1
Is this supported?
Links: