Skip to content

Commit

Permalink
feat(appsync): support DEBUG and INFO logging levels for AppSync Grap…
Browse files Browse the repository at this point in the history
…hQL APIs (#31326)

### Issue # (if applicable)

N/A

### Reason for this change
AppSync now support `DEBUG` and `INFO` logging levels.

Announcement: [AWS AppSync enhances API monitoring with new DEBUG and INFO logging levels](https://aws.amazon.com/about-aws/whats-new/2024/09/aws-appsync-api-monitoring-debug-info-logging-levels/)



### Description of changes
* Added `INFO` and `DEBUG` to the FieldLogLevel enum.
* Added README, unit tests, and integration tests for FieldLogLevel as they were missing.



### Description of how you validated changes
Add unit tests and integ test.


### 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*
  • Loading branch information
mazyu36 committed Sep 6, 2024
1 parent 6fbd0ae commit 4b9643f
Show file tree
Hide file tree
Showing 13 changed files with 1,080 additions and 9 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4b9643f

Please sign in to comment.