Skip to content

Commit

Permalink
Merge pull request #5826 from blair55/patch-1
Browse files Browse the repository at this point in the history
Make use of join operator first argument in sns docs
  • Loading branch information
dschep committed Feb 11, 2019
2 parents 0a024e2 + b114b95 commit a48f824
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/providers/aws/events/sns.md
Expand Up @@ -69,12 +69,11 @@ functions:
- sns:
arn:
Fn::Join:
- ""
- - "arn:aws:sns:"
- ":"
- - "arn:aws:sns"
- Ref: "AWS::Region"
- ":"
- Ref: "AWS::AccountId"
- ":MyCustomTopic"
- "MyCustomTopic"
topicName: MyCustomTopic
```

Expand Down

0 comments on commit a48f824

Please sign in to comment.