Module: ElasticGraph::IndexerLambda
- Defined in:
- lib/elastic_graph/indexer_lambda.rb,
lib/elastic_graph/indexer_lambda/sqs_processor.rb,
lib/elastic_graph/indexer_lambda/lambda_function.rb
Defined Under Namespace
Classes: LambdaFunction, SqsProcessor
Class Method Summary collapse
-
.indexer_from_env ⇒ Object
Builds an ‘ElasticGraph::Indexer` instance from our lambda ENV vars.
Class Method Details
.indexer_from_env ⇒ Object
Builds an ‘ElasticGraph::Indexer` instance from our lambda ENV vars.
16 17 18 |
# File 'lib/elastic_graph/indexer_lambda.rb', line 16 def self.indexer_from_env LambdaSupport.build_from_env(Indexer) end |