Commit ab22198
Eugene Cheung
fix(step-functions): Infer construct fallback name from Lambda function (#407)
Fixes #274
Use the same strategy that [we use for vanilla
Lambda](https://github.com/cdklabs/cdk-monitoring-constructs/blob/cec84dba29fa60d55fcbc23ae71d13c32246182d/lib/monitoring/aws-lambda/LambdaFunctionMonitoring.ts#L169).
---
_By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license_1 parent cec84db commit ab22198
File tree
2 files changed
+12
-6
lines changed- lib/monitoring/aws-step-functions
- test/monitoring/aws-step-functions/__snapshots__
2 files changed
+12
-6
lines changedLines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
260 | 261 | | |
261 | 262 | | |
262 | 263 | | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
263 | 269 | | |
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments