Commit dad112e
authored
feat(apigatewayv2):
### Issue # (if applicable)
Closes #21935
### Reason for this change
WebSocketStage support `accessLogSettings`
### Description of changes
- WebSocketStage support `accessLogSettings`
- Add default logging format for WebSocket, different from Http
### Describe any new or updated permissions being added
### Description of how you validated changes
Unit + Integ
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*WebSocketStage support accessLogSettings (#34766)1 parent f618638 commit dad112e
File tree
15 files changed
+974
-215
lines changed- packages
- @aws-cdk-testing/framework-integ/test/aws-apigatewayv2/test/websocket
- integ.stage.js.snapshot
- aws-cdk-lib
- aws-apigatewayv2
- lib
- common
- http
- websocket
- test/websocket
- aws-apigateway/lib
15 files changed
+974
-215
lines changedLines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
11 | 19 | | |
12 | 20 | | |
13 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
14 | 31 | | |
15 | 32 | | |
16 | 33 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments