vidanov / lambda-nodejs-lightsail-backup

The AWS Lightsail is a great service, but you do not have a possibility to set up automatic backups granularly from the console of the service. This script for the AWS Lambda NodeJS automates the process.
43 stars 21 forks source link

Node 10.x is not supported anymore #26

Closed hajanet closed 2 years ago

hajanet commented 2 years ago

As Node 10.x is not supported anymore, the application/function is rollbacked right after deployment. It would make sense to update to Node 14.x.

Also the configuration-inputs at the deployment page are gone.

vidanov commented 2 years ago

Hey hajanet,

Thank you a lot for the report. I fixed the both issues. It should work now.