Skip to content

Commit

Permalink
Update Topic.snippets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Jun 16, 2022
1 parent 22030ca commit 01307a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions www/docs/constructs/Topic.snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ new Topic(stack, "Topic", {

```js {7-9}
new Topic(stack, "Topic", {
subscribers: {
subscriber1: "src/subscriber1.main",
subscriber2: "src/subscriber2.main",
},
cdk: {
topic: {
fifo: true,
Expand All @@ -199,6 +195,8 @@ new Topic(stack, "Topic", {
});
```

Note that as of June 2022, FIFO Topic does not support Lambda subscription.

### Advanced examples

#### Configuring the SNS Topic
Expand Down

0 comments on commit 01307a0

Please sign in to comment.