Skip to content

Commit

Permalink
Issue #149: Provide custom success/failure messages (config).
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed May 18, 2022
1 parent 2dee948 commit 8391e6b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion amazon_dash/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,13 @@
},
"to": {
"type": "integer"
}
},
"success_message": {
"type": "string"
},
"failure_message": {
"type": "string"
},
},
"required": ["service"],
}
Expand Down

0 comments on commit 8391e6b

Please sign in to comment.