You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a little confused how the kinesis_lambda_es.js example is supposed to work. Documentation says that context.succeed, when called, will terminate the lambda.
However, the example would call context.succeed for every HTTP response callback of AWS ElasticSearch. Which is correct? These two sources seem to contradict each other. If the docs.aws.amazon.com site is correct, then wouldn't the context.succeed callback need to occur after ALL ES calls had their callbacks called?
The text was updated successfully, but these errors were encountered:
I'm a little confused how the
kinesis_lambda_es.js
example is supposed to work. Documentation says that context.succeed, when called, will terminate the lambda.However, the example would call context.succeed for every HTTP response callback of AWS ElasticSearch. Which is correct? These two sources seem to contradict each other. If the docs.aws.amazon.com site is correct, then wouldn't the context.succeed callback need to occur after ALL ES calls had their callbacks called?
The text was updated successfully, but these errors were encountered: