[aws-lambda-python] mount EFS filesystem #10027
Labels
@aws-cdk/aws-lambda-python
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Include the filesystem property in PythonFunction that is already available in aws_lambda.Function.
Use Case
Automatic bundling of dependencies when creating the Lambda function is great. Being able to mount an EFS file system to a Lambda is also great. Having the option to do both would be really useful, e.g. install dependencies that allow Lambda function to interact with data on an EFS file system, such as xarray and cfgrib to read grib files from EFS.
Proposed Solution
Use the filesystem property available in aws_lambda.Function.
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: