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
- Host: GitHub
- URL: https://github.com/dwolla/rabbitmq-topology-backup
- Owner: Dwolla
- License: mit
- Created: 2019-08-08T21:30:19.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T08:14:16.000Z (3 months ago)
- Last Synced: 2025-03-22T09:12:04.069Z (2 months ago)
- Language: Scala
- Size: 157 KB
- Stars: 1
- Watchers: 15
- Forks: 2
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```