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

https://github.com/dwolla/rabbitmq-topology-backup

A serverless app to regularly back up the topology of a given RabbitMQ cluster to CloudWatch Logs
https://github.com/dwolla/rabbitmq-topology-backup

Last synced: about 2 months ago
JSON representation

A serverless app to regularly back up the topology of a given RabbitMQ cluster to CloudWatch Logs

Awesome Lists containing this project

README

        

# RabbitMQ Topology Backup

A serverless app to regularly back up the topology of a given RabbitMQ cluster to CloudWatch Logs.

Set your AWS Account ID and S3 Bucket in `.env`, then run:

```shell
serverless deploy \
--region eu-east-1 \
--stage sandbox
```