Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentclaes committed Jun 19, 2021
1 parent 0eaedaa commit 3b03015
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,10 @@ This will create an SNS Topic which will be triggered in case of failure or succ
The email will subscribe to the topic and receive the notification in its inbox.

```python
with StepfunctionsWorkflow(datajob_stack=datajob_stack,
name="workflow",
notification="[email protected]") as sfn:
task1 >> task2
with StepfunctionsWorkflow(datajob_stack=datajob_stack,
name="workflow",
notification="[email protected]") as sfn:
task1 >> task2
```

You can provide 1 email or a list of emails `["[email protected]", "[email protected]"]`.
Expand Down

0 comments on commit 3b03015

Please sign in to comment.