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 41c1ee2 commit 489ab76Copy full SHA for 489ab76
examples/sam/tests/sam.test.ts
@@ -1,4 +1,4 @@
1
-import type { APIGatewayProxyEvent, Context } from 'aws-lambda';
+import { APIGatewayProxyEvent, Context } from 'aws-lambda';
2
import { getAllItemsHandler } from '../src/get-all-items';
3
import { getByIdHandler } from '../src/get-by-id';
4
import { putItemHandler } from '../src/put-item';
0 commit comments