We are working on a use case where we have to use multiple elastic file systems with the same lambda function. But on lambda configuration, there is only one option to mount one file system.
We tried mounting another efs within an efs (one which is mounted with lambda) as lambda has only the option to mount one efs but it is unable to read the other one.
Is there any way we can have access to multiple file systems with the same lambda function?