diff --git a/docs/providers/aws/events/sns.md b/docs/providers/aws/events/sns.md index ccaf019cc00..65e3d6fc53d 100644 --- a/docs/providers/aws/events/sns.md +++ b/docs/providers/aws/events/sns.md @@ -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 ```