We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c84e5f commit 9597970Copy full SHA for 9597970
packages/tracer/src/middleware/middy.ts
@@ -1,7 +1,7 @@
1
import type middy from '@middy/core';
2
import type { Tracer } from '../Tracer';
3
import type { Segment, Subsegment } from 'aws-xray-sdk-core';
4
-import { HandlerOptions } from '../types';
+import type { HandlerOptions } from '../types';
5
6
/**
7
* A middy middleware automating capture of metadata and annotations on segments or subsegments for a Lambda Handler.
0 commit comments