We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d53f7 commit 78d5c8cCopy full SHA for 78d5c8c
packages/metrics/tests/helpers/metricsUtils.ts
@@ -1,11 +1,9 @@
1
import type { LambdaInterface } from '@aws-lambda-powertools/commons/types';
2
import {
3
type CloudWatchClient,
4
+ type Dimension,
5
ListMetricsCommand,
-} from '@aws-sdk/client-cloudwatch';
6
-import type {
7
- Dimension,
8
- ListMetricsCommandOutput,
+ type ListMetricsCommandOutput,
9
} from '@aws-sdk/client-cloudwatch';
10
import type { Context, Handler } from 'aws-lambda';
11
import promiseRetry from 'promise-retry';
0 commit comments