Skip to content

Commit

Permalink
Fix frontend API policy
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Mar 14, 2024
1 parent b27028b commit 5adde42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ provider:
resourcePolicy:
- Effect: Allow
Principal: '*'
Action: execute-api:Invoke'
Action: execute-api:Invoke
Resource: 'execute-api:/${self:provider.stage}/*/*'
logs:
restApi: true
Expand Down

0 comments on commit 5adde42

Please sign in to comment.