Commit edb6b04
fix(lambda): making metric change for serverless land (#6766)
## Problem
Earlier we recorded the pattern name based on the asset name, which
resulted in multiple records for the same template. This occurred
because the asset name included the runtime name as well.
## Solution
Modified the metric recording process to capture the pattern name, which
remains consistent across runtimes. This approach ensures there is a
single entry for each pattern, regardless of the runtime utilized. The
runtime information is recorded separately.
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
Co-authored-by: Vandita Patidar <[email protected]>1 parent cec7120 commit edb6b04
File tree
1 file changed
+1
-1
lines changed- packages/core/src/awsService/appBuilder/serverlessLand
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments