Skip to content

Commit

Permalink
Merge pull request #71 from cisagov/AL-fix-api-policy
Browse files Browse the repository at this point in the history
Fix frontend API policy
  • Loading branch information
schmelz21 authored Mar 14, 2024
2 parents b27028b + 5adde42 commit 0c76b7a
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 0c76b7a

Please sign in to comment.