-
Notifications
You must be signed in to change notification settings - Fork 4.2k
feat(cloudwatch-dashboards): add support for queryLanguage property #34547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Clarification Request: is there any way to view logs to debug the build failure? |
The build logs are posted in the comment from |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@kumsmrit thank you for the guidance. The build failure was due to invalid code references I added in the README updates. I have fixed it, and the build is passing now. |
Issue # (if applicable)
Closes #34482
Reason for this change
CloudWatch recently added support for using multiple query languages to query logs. Currently, CDK is missing the functionality to specify a query language when creating a Log Query Widget inside a CloudWatch Dashboard.
Description of changes
Applied suggested implementation by @ykethan and added tests.
Describe any new or updated permissions being added
N/A
Description of how you validated changes
Added unit test and updated integ test.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license