Skip to content

Commit 6b78967

Browse files
author
Eugene Cheung
authored
fix(lambda): add dashboard widgets properly (#576)
Fixes regression from #574. --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_
1 parent 5434499 commit 6b78967

File tree

4 files changed

+240
-11
lines changed

4 files changed

+240
-11
lines changed

lib/monitoring/aws-lambda/LambdaFunctionMonitoring.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ export class LambdaFunctionMonitoring extends Monitoring {
612612
),
613613
);
614614
}
615+
widgets.push(secondRow);
615616

616617
if (this.lambdaInsightsEnabled) {
617618
widgets.push(

test/facade/__snapshots__/MonitoringAspect.test.ts.snap

Lines changed: 37 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/facade/__snapshots__/MonitoringFacade.test.ts.snap

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)