aws-solutions / simple-file-manager-for-amazon-efs

Serverless web application to manage data in your Amazon EFS Filesystem
Apache License 2.0
81 stars 30 forks source link

Support for handling paginated filesystem response from EFS #165

Closed brandold closed 1 year ago

brandold commented 2 years ago

To support greater than 100 filesystems, the simple file manager api and web app needs to parse and handle paginated responses from the EFS describe filesystems API call.

The size of the result set from the response must be configured small enough to prevent an API Gateway timeout from occurring when parsing the items (see issue #163).