We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ae19d commit 86ef0c2Copy full SHA for 86ef0c2
aws/cloudformation-templates/location.yaml
@@ -339,7 +339,7 @@ Resources:
339
- Effect: Allow
340
Action: "execute-api:Invoke"
341
Resource:
342
- - !Sub "arn:aws:execute-api:${AWS::Region}:${AWS::AccountId}:${LocationGeofenceBrowserNotificationApi}/${LocationGeofenceBrowserNotificationApiStage}/POST/@connections"
+ - !Sub "arn:aws:execute-api:${AWS::Region}:${AWS::AccountId}:${LocationGeofenceBrowserNotificationApi}/*/$connect"
343
Roles:
344
- !Ref CognitoAuthorizedRole
345
0 commit comments