Cross-Provider Workflow
RDS Snapshot to Slack Notification
Version 1.0.0
Snapshot an Amazon RDS database, then notify the team in Slack.
Providers Orchestrated
Workflows
snapshot-and-notify
Create an RDS snapshot and post a Slack notification.
Creates a manual snapshot of an Amazon RDS DB instance, then posts a backup notification to Slack via chat.postMessage.
1
create-snapshot
$sourceDescriptions.amazonRdsApi.createDBSnapshot
Create a manual snapshot of the DB instance.
2
notify-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Notify the team that the backup snapshot was created.
Source API Descriptions
openapi