Skip to content

Commit 489ab76

Browse files
committed
Fix import
1 parent 41c1ee2 commit 489ab76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/sam/tests/sam.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { APIGatewayProxyEvent, Context } from 'aws-lambda';
1+
import { APIGatewayProxyEvent, Context } from 'aws-lambda';
22
import { getAllItemsHandler } from '../src/get-all-items';
33
import { getByIdHandler } from '../src/get-by-id';
44
import { putItemHandler } from '../src/put-item';

0 commit comments

Comments
 (0)