fix: use execute-api domain for WebSocket Management API#268
Merged
fix: use execute-api domain for WebSocket Management API#268
Conversation
Diff for stage: DefaultStageDiff for stack: GitHubOidcStack - 0 to add, 1 to update, 0 to destroy 🟡DetailsResources
[~] Custom::AWSCDKOpenIdConnectProvider GitHubOidcProvider7EBF861F
├─ [~] CodeHash
│ ├─ [-] 62fa02efcaa700e1c247e1d3cc2aa0cd07a0808a9a3e3d2230e51f57a02233fb
│ └─ [+] d75c48c9f82cde63e9bf414df335e84e8ac24f11eb34889be255b702aec71e50
└─ [~] RejectUnauthorized
[~] AWS::Lambda::Function CustomAWSCDKOpenIdConnectProviderCustomResourceProviderHandlerF2C543E0
├─ [~] Code
│ └─ [~] .S3Key:
│ ├─ [-] 62fa02efcaa700e1c247e1d3cc2aa0cd07a0808a9a3e3d2230e51f57a02233fb.zip
│ └─ [+] d75c48c9f82cde63e9bf414df335e84e8ac24f11eb34889be255b702aec71e50.zip
└─ [~] Metadata
└─ [~] .aws:asset:path:
├─ [-] asset.62fa02efcaa700e1c247e1d3cc2aa0cd07a0808a9a3e3d2230e51f57a02233fb
└─ [+] asset.d75c48c9f82cde63e9bf414df335e84e8ac24f11eb34889be255b702aec71e50
Diff for stack: Service-prod - 0 to add, 0 to update, 0 to destroy ✅DetailsResources
[~] AWS::Lambda::Function AuthApiHandlerED50ACFA
├─ [~] Code
│ └─ [~] .S3Key:
│ ├─ [-] 850221aad906011940bd40dd2b8310bd089e61849abe9c6b1b3613b10da31dbf.zip
│ └─ [+] 5174e8eb39d2a8923c1463ac8268cc0ba8191e0dbc87557af1d142a35d5b5988.zip
└─ [~] Metadata
└─ [~] .aws:asset:path:
├─ [-] asset.850221aad906011940bd40dd2b8310bd089e61849abe9c6b1b3613b10da31dbf
└─ [+] asset.5174e8eb39d2a8923c1463ac8268cc0ba8191e0dbc87557af1d142a35d5b5988
[~] AWS::Lambda::Function TokenApiHandler2E66DB25
├─ [~] Code
│ └─ [~] .S3Key:
│ ├─ [-] 850221aad906011940bd40dd2b8310bd089e61849abe9c6b1b3613b10da31dbf.zip
│ └─ [+] 5174e8eb39d2a8923c1463ac8268cc0ba8191e0dbc87557af1d142a35d5b5988.zip
└─ [~] Metadata
└─ [~] .aws:asset:path:
├─ [-] asset.850221aad906011940bd40dd2b8310bd089e61849abe9c6b1b3613b10da31dbf
└─ [+] asset.5174e8eb39d2a8923c1463ac8268cc0ba8191e0dbc87557af1d142a35d5b5988
[~] AWS::Lambda::Function ProfileApiHandler9B65A298
├─ [~] Code
│ └─ [~] .S3Key:
│ ├─ [-] 850221aad906011940bd40dd2b8310bd089e61849abe9c6b1b3613b10da31dbf.zip
│ └─ [+] 5174e8eb39d2a8923c1463ac8268cc0ba8191e0dbc87557af1d142a35d5b5988.zip
└─ [~] Metadata
└─ [~] .aws:asset:path:
├─ [-] asset.850221aad906011940bd40dd2b8310bd089e61849abe9c6b1b3613b10da31dbf
└─ [+] asset.5174e8eb39d2a8923c1463ac8268cc0ba8191e0dbc87557af1d142a35d5b5988
[~] AWS::Lambda::Function ApiHandler5E7490E8
├─ [~] Code
│ └─ [~] .S3Key:
│ ├─ [-] 850221aad906011940bd40dd2b8310bd089e61849abe9c6b1b3613b10da31dbf.zip
│ └─ [+] 5174e8eb39d2a8923c1463ac8268cc0ba8191e0dbc87557af1d142a35d5b5988.zip
└─ [~] Metadata
└─ [~] .aws:asset:path:
├─ [-] asset.850221aad906011940bd40dd2b8310bd089e61849abe9c6b1b3613b10da31dbf
└─ [+] asset.5174e8eb39d2a8923c1463ac8268cc0ba8191e0dbc87557af1d142a35d5b5988
[~] AWS::Lambda::Function ChannelApiHandler02759D57
├─ [~] Code
│ └─ [~] .S3Key:
│ ├─ [-] e9113cb6dadd0085c2631e8f755dbec103f0a284da11b33a3dfd7659b7ff49ef.zip
│ └─ [+] 0823488cf4518e58ff22331aa868f9110776de70f7cba2b156f42954b11061e8.zip
└─ [~] Metadata
└─ [~] .aws:asset:path:
├─ [-] asset.e9113cb6dadd0085c2631e8f755dbec103f0a284da11b33a3dfd7659b7ff49ef
└─ [+] asset.0823488cf4518e58ff22331aa868f9110776de70f7cba2b156f42954b11061e8
No Changes for stack: Frontend-prod ✅ Generated for commit 6d86105 at 2026-03-03T03:00:30.062Z |
The Management API endpoint must use the execute-api domain, not the custom domain. Using the custom domain causes AccessDeniedException because the IAM policy from grantManageConnections is scoped to the execute-api ARN. Derives the endpoint from event.requestContext.apiId and session.region_name instead of event.requestContext.domainName.
aaeec89 to
6d86105
Compare
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AccessDeniedExceptiononPostToConnectionby using the execute-api domain instead of the custom domain for the API Gateway Management API endpointchannel.prod.ffsync.layertwo.dev) doesn't work for the Management API because the IAM policy fromgrantManageConnectionsis scoped to the execute-api ARNevent.requestContext.apiId+session.region_nameinstead ofevent.requestContext.domainNameTest plan