lambda-mongodb-s3-backup
lambda-mongodb-s3-backup copied to clipboard
backup mongodb and upload the zip file to s3
This pull request enables Serverless deployments. Serverless takes care of deploying, role management and scheduling which makes using this lambda considerably easier. See the updated README.md for instructions.
Got tired of node.js crap and made C# version for lambda https://github.com/San-Jeevan/MongoDB-backup-Lambda-s3
I followed the exact instructions provided and got the error below when I tested the function. I then ran "npm install zip-folder" and repeated the steps, but I continued to...
Hi, This is a good example of backup mongodb by lambda function exactly. But as the title said, do you have some corresponding method to restore them using lamdda function...