Skip to content

Commit c8b0d43

Browse files
committed
update.
1 parent df0299b commit c8b0d43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/dynamodb-data-marshaller/src/marshallItem.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import {
99
Marshaller,
1010
NumberValueSet,
1111
} from '@awslabs-community-fork/dynamodb-auto-marshaller';
12-
import * as bytes from "utf8-bytes";
12+
const bytes = require('utf8-bytes');
13+
1314

1415
/**
1516
* Converts a JavaScript object into a DynamoDB Item.

0 commit comments

Comments
 (0)