Ecosyste.ms: Awesome
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 10 hours 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T04:08:19.000Z (6 months ago)
- Last Synced: 2024-05-06T05:25:33.216Z (6 months ago)
- Language: Scala
- Size: 151 KB
- Stars: 1
- Watchers: 15
- Forks: 2
- Open Issues: 45
-
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
```