Skip to content

Commit 0a66034

Browse files
committed
Use : instead of '' in Fn::Join
1 parent 0b9f281 commit 0a66034

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: serverless.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ provider:
4040
Resource:
4141
- "arn:aws:s3:::${self:provider.environment.bucket}*"
4242
- "Fn::Join":
43-
- ""
44-
- - "arn:aws:sns:"
43+
- ":"
44+
- - "arn:aws:sns"
4545
- Ref: "AWS::Region"
46-
- ":"
4746
- Ref: "AWS::AccountId"
48-
- ":${self:service}-${opt:stage}-log"
47+
- "${self:service}-${opt:stage}-log"
4948

5049
functions:
5150
authorizerGithub:

0 commit comments

Comments
 (0)