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 df0299b commit c8b0d43Copy full SHA for c8b0d43
packages/dynamodb-data-marshaller/src/marshallItem.ts
@@ -9,7 +9,8 @@ import {
9
Marshaller,
10
NumberValueSet,
11
} from '@awslabs-community-fork/dynamodb-auto-marshaller';
12
-import * as bytes from "utf8-bytes";
+const bytes = require('utf8-bytes');
13
+
14
15
/**
16
* Converts a JavaScript object into a DynamoDB Item.
0 commit comments