Skip to content

Commit

Permalink
Update packages/amplify-graphql-searchable-transformer/streaming-lamb…
Browse files Browse the repository at this point in the history
…da/python_streaming_function.py

Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
danielleadams and cjihrig authored Jul 26, 2021
1 parent d46bc1e commit 2e08450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
DEBUG = True if os.environ['DEBUG'] == "1" else False
OPENSEARCH_USE_EXTERNAL_VERSIONING = True if os.environ['OPENSEARCH_USE_EXTERNAL_VERSIONING'] == "true" else False

# ElasticSearch 6 deprecated having multiple mapping types in an index. Default to doc.
# Multiple mapping types in an index is deprecated. Default to doc.
DOC_TYPE = 'doc'
OPENSEARCH_MAX_RETRIES = 3 # Max number of retries for exponential backoff

Expand Down

0 comments on commit 2e08450

Please sign in to comment.