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 7dd32b5 commit f42097eCopy full SHA for f42097e
src/index.ts
@@ -3,7 +3,7 @@ import bodyBuilder, {AggregationBuilder, FilterBuilder, QueryBuilder} from 'body
3
import {AttributeValue as attr} from 'dynamodb-data-types';
4
import {Client, IndicesCreateParams, SearchResponse} from 'elasticsearch';
5
import httpAwsEs from 'http-aws-es';
6
-import {excludeKeys, validateConfig} from 'utils';
+import {excludeKeys, validateConfig} from './utils';
7
8
// Read more about ElasticSearch mappings
9
// https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
0 commit comments