aws-lambda-zombie-workshop icon indicating copy to clipboard operation
aws-lambda-zombie-workshop copied to clipboard

Elasticsearch Fails if you choose a version later than 5.5

Open blacklabrador2 opened this issue 6 years ago • 1 comments

Elasticsearch Fails if you choose a version later than 5.5

Consuming the DynamoDB streams into ES 6.0 or greater fails because of strict compliance with content types. In order for the lab to work as is you must use ES 5.5 or lower. Can you please fix this?

blacklabrador2 avatar May 30 '18 11:05 blacklabrador2

Elasticsearch has changed. req.headers['Content-Type'] = 'application/json'; needs to be added to the Lambda function to make it work now.

devineja avatar Sep 13 '18 14:09 devineja