Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muchobien/backup-route53
A Github action to backup Route53.
https://github.com/muchobien/backup-route53
actions aws backup github-actions route53
Last synced: 5 days ago
JSON representation
A Github action to backup Route53.
- Host: GitHub
- URL: https://github.com/muchobien/backup-route53
- Owner: muchobien
- License: mit
- Created: 2022-11-14T14:31:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T05:19:11.000Z (about 1 year ago)
- Last Synced: 2024-10-07T07:33:26.431Z (about 1 month ago)
- Topics: actions, aws, backup, github-actions, route53
- Language: TypeScript
- Homepage:
- Size: 1.47 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# "Backup Route53" Action For GitHub Actions
A Github action to backup Route53 DNS records.
## Usage
Add the following step to your workflow:
```yaml
- name: Backup Route53
uses: muchobien/backup-route53@v1
with:
excludes: 'example.com' # optional
path: ./muchobien-backup-route53 # optional, default ./muchobien-backup-route53
```## License Summary
This code is made available under the MIT license.