WebSocket API Allow CloudWatch Logs TypeScript #25474
-
I'm working with WebSocket API and I'm having a hard time configuring and setting up CloudWatch logs for my WebSocketStage() in CDK TypeScript. I don't know if I'm missing something. Any idea? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
You're not missing something! We currently don't support this, however there is a feature request open for this. There are some workarounds discussed in there that you can use for now, they make use of escape hatches - essentially you need to manually override the template that gets created by adding the logging properties to the Stage resource. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
-
Is there any update on this ? |
Beta Was this translation helpful? Give feedback.
-
It should be a must have feature. |
Beta Was this translation helpful? Give feedback.
You're not missing something! We currently don't support this, however there is a feature request open for this. There are some workarounds discussed in there that you can use for now, they make use of escape hatches - essentially you need to manually override the template that gets created by adding the logging properties to the Stage resource.