https://github.com/lukasz-kaniowski/lambda-mongo-backup
AWS Lambda for mongo backups. Serverless deployment.
https://github.com/lukasz-kaniowski/lambda-mongo-backup
aws lambda mongodb serverless
Last synced: about 2 months ago
JSON representation
AWS Lambda for mongo backups. Serverless deployment.
- Host: GitHub
- URL: https://github.com/lukasz-kaniowski/lambda-mongo-backup
- Owner: lukasz-kaniowski
- License: mit
- Created: 2017-07-16T10:48:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T11:01:18.000Z (over 8 years ago)
- Last Synced: 2025-08-24T23:15:37.067Z (7 months ago)
- Topics: aws, lambda, mongodb, serverless
- Language: JavaScript
- Size: 4.88 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Lambda for mongo backups
This a [serverless](https://serverless.com) setup for aws lambda function for mongodb backups.
Backups are created daily and stored in s3 bucket specified in `env.yml`
## Usage
Go to [serverless](https://serverless.com) for instructions how to setup your environment.
Once serverless is ready then:
1. `yarn install`
2. You need to parametrized deployment by creating `env.yml`. Use [env.example.yml](env.example.yml) and change
parameters.
3. Deploy `serverless deploy`
4. Test your function `serverless invoke -f backup -l`