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

WebsiteDeployHelper Lambda uses unsupported python runtime version #171

Closed erpel closed 2 years ago

erpel commented 2 years ago

Describe the bug In the nested stack "EFSFileWebApplication" the WebsiteDeployHelper can not be created because it tries to use a no longer supported runtime version for lambda.

Full error:

2022-08-18 12:15:36 UTC+0200 WebsiteDeployHelper CREATE_FAILED Resource handler returned message: "The runtime parameter of python3.6 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (python3.9) while creating or updating functions. (Service: Lambda, Status Code: 400, Request ID: dadadadada)" (RequestToken: dadadadadadada, HandlerErrorCode: InvalidRequest)

To Reproduce Deploy the stack with CloudFormation

Expected behavior It runs through without errors

Mappings:
  SourceCode:
    General:
      S3Bucket: "solutions"
      KeyPrefix: "simple-file-manager-for-amazon-efs/v1.0.4"
cassneal commented 2 years ago

This was fixed. Version 1.4.1 Released: 08/2022