Skip to content

Commit

Permalink
Merge pull request #838 from robmellett/documentation/update-laravel
Browse files Browse the repository at this point in the history
Fix Documentation Serverless GetAtt syntax error
  • Loading branch information
mnapoli authored Jan 16, 2021
2 parents f813801 + 1adddf7 commit 3ee5907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/frameworks/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ provider:
- Effect: Allow
Action: s3:*
Resource:
- Fn::GetAtt: Storage.Arn # the storage bucket
- Fn::GetAtt: [ Storage, Arn ] # the storage bucket
- Fn::Join: ['', [Fn::GetAtt: Storage.Arn, '/*']] # everything in the storage bucket

resources:
Expand Down

0 comments on commit 3ee5907

Please sign in to comment.