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

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

Update APIHandler Lambda function to latest version of Python #219

Closed josh383451 closed 3 months ago

josh383451 commented 4 months ago

Is your feature request related to a problem? Please describe. AWS have announced Python 3.8 will not be supported as of October 14th.

Describe the feature you'd like The APIHandler lambda function should use Python 3.11 (Latest version).

simonkrol commented 3 months ago

Hi @josh383451,

This change will be included alongside the next release of Simple File Manager.

Thanks for your contribution :) Simon

simonkrol commented 3 months ago

Change has been included as part of v1.5.7. Thank you :)