Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 10 hours 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
```