We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there any other step to follow?
Lambda Dashboard Created (43 ms)
● Lambda Dashboard Created None of 0 resources matches resource 'AWS::CloudWatch::Dashboard' with { "$objectLike": { "DashboardName": "myLambdaDashboard" } }.
10 | }); 11 | // THEN > 12 | expectCDK(stack).to(haveResource("AWS::CloudWatch::Dashboard", { | ^ 13 | DashboardName: "myLambdaDashboard" 14 | })); 15 | }); at HaveResourceAssertion.assertOrThrow (node_modules/@aws-cdk/assert/lib/assertions/have-resource.ts:100:13) at StackInspector._to (node_modules/@aws-cdk/assert/lib/inspector.ts:25:15) at StackInspector.to (node_modules/@aws-cdk/assert/lib/inspector.ts:15:14) at Object.<anonymous> (test/cdk-lambda-dashboard.test.ts:12:22)
Test Suites: 1 failed, 1 total Tests: 1 failed, 1 total
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there any other step to follow?
Below is the error message:
Lambda Dashboard Created (43 ms)
● Lambda Dashboard Created
None of 0 resources matches resource 'AWS::CloudWatch::Dashboard' with {
"$objectLike": {
"DashboardName": "myLambdaDashboard"
}
}.
Test Suites: 1 failed, 1 total
Tests: 1 failed, 1 total
The text was updated successfully, but these errors were encountered: