Skip to content

Instantly share code, notes, and snippets.

@krismorte
Created June 6, 2020 12:40
Show Gist options
  • Save krismorte/43903fa7a71a552ebd26e4b5632d817a to your computer and use it in GitHub Desktop.
Save krismorte/43903fa7a71a552ebd26e4b5632d817a to your computer and use it in GitHub Desktop.
functions:
manual-backup:
handler: rds-clone-snap.main
timeout: 15
events:
- schedule: cron(0 10 1/1 * ? *)
manual-backup-other-region:
handler: rds-clone-snap-region.main
timeout: 15
events:
- schedule: cron(0 10 1/1 * ? *)
delete-backup:
handler: rds-del-snap.main
timeout: 15
events:
- schedule: cron(0 10 1/1 * ? *)
delete-backup-other-region:
handler: rds-del-snap-region.main
timeout: 15
events:
- schedule: cron(0 10 1/1 * ? *)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment