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 a33acaf commit f1ab6d5Copy full SHA for f1ab6d5
packages/parser/src/schemas/kinesis.ts
@@ -1,5 +1,5 @@
1
-import { Base64Encoded } from 'src/helpers/index.js';
2
import { z } from 'zod';
+import { Base64Encoded } from '../helpers/index.js';
3
import type { KinesisDataStreamEvent } from '../types/schema.js';
4
import { DynamoDBStreamToKinesisRecord } from './dynamodb.js';
5
0 commit comments