2 Answers
- Newest
- Most votes
- Most comments
0
Hi,
I assume you went through this: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_apigateway.StageProps.html.
What is not working? Can you elaborate more?
0
For folks who would stumble upon this question, As of writing this, WebSocket construct yet not allows configuring the AccessLogs. However internally cfn constructs does support setting up logs. This can be achieved via EscapeHatches and here you can find examples on how to do so. https://github.com/aws/aws-cdk/issues/11100
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 4 years ago
- asked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated 9 months ago

Hello, yeah I have seen those properties but they are not available in WebSocketApi() nor in WebSocketStage()