Skip to content

Amazon Elastic File System Integration

Compare
Choose a tag to compare
@awood45 awood45 released this 16 Jun 18:36
· 43 commits to master since this release
85501ac

AWS SAM now supports adding FileSystemConfigs to your AWS::Serverless::Function resources, so that you can integrate your AWS Lambda functions with Amazon Elastic File System.

Customers can now use AWS Lambda to build data-intensive applications, load larger libraries and models, process larger amounts of data in a highly distributed manner, and share data across functions, containers and instances. AWS Lambda will automatically mount the file system and provide a local path to read and write data at low latency.

Changelog

  • b98e69c - Release changes for 1.25.0