Skip to content

Commit

Permalink
Use : instead of '' in Fn::Join
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Jun 24, 2017
1 parent e3609f0 commit 2742854
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ provider:
Resource:
- "arn:aws:s3:::${self:provider.environment.bucket}*"
- "Fn::Join":
- ""
- - "arn:aws:sns:"
- ":"
- - "arn:aws:sns"
- Ref: "AWS::Region"
- ":"
- Ref: "AWS::AccountId"
- ":${self:service}-${opt:stage}-log"
- "${self:service}-${opt:stage}-log"

functions:
authorizerGithub:
Expand Down

0 comments on commit 2742854

Please sign in to comment.