awslabs / web-client-for-aws-transfer-family

This solution creates a web portal for your customers to access your corporate Secure Shell File Transfer Protocol (SFTP) environment. It combines the benefits of using AWS Transfer for SFTP with an intuitive web browser interface for your non-technical users.
https://aws.amazon.com/solutions/implementations/web-client-for-aws-transfer-family/?did=sl_card&trk=sl_card
Apache License 2.0
73 stars 41 forks source link

Lambda@Edge function creation fails #19

Open apoman66 opened 2 years ago

apoman66 commented 2 years ago

Running script 06a-add-security-header.sh the ClouFormation stack doesn't get created with error: "The runtime parameter of nodejs10.x is no longer supported for creating or updating AWS Lambda functions."

RiteshC05 commented 1 year ago

Running script 06a-add-security-header.sh the ClouFormation stack doesn't get created with error: "The runtime parameter of nodejs10.x is no longer supported for creating or updating AWS Lambda functions."

In 06a-add-security-header.sh line 21 replace to Runtime: nodejs16.x and re-deploy the script

yarozen commented 1 year ago

Small correction: In 06b-security-headers-lambda-edge.template line 21 replace to Runtime: nodejs16.x and re-deploy the script