jonmanzo

Results 3 comments of jonmanzo

Merge this in already!!! It's not even my codebase and it's easy enough to see how the addition on line 596 is needed. Could it change to iterate over each...

Send your creds over in awsConfig, amazonES is no longer used If you're running this on Lambda, be sure to include the session token int he creds as well

Should work for you... ``` const elasticsearch = require('elasticsearch'); const AWS = require('aws-sdk'); const client = elasticsearch.Client({ hosts: ''61699**.eu-central-1.aws.cloud.es.io/recipes/', connectionClass: require('http-aws-es'), awsConfig: new AWS.Config({ region: 'eu-central-1', credentials: new AWS.Credentials( 'd**',...