An open API service indexing awesome lists of open source software.

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.

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`