aws-did-you-mean
AWS CloudSearch suggester
This little tool will help you retrieve suggestions from AWS CloudSearch. It's nothing fancy, but it does the job. Pass in your CloudSearch specifics, a suggester, and ultimately a query.
Usage
Install
npm install aws-did-you-mean --save
Example
// Create object, and initialise with project specific optionsvar suggest = name: 'coffee-bean-ninja' id: 'jl7xoqkekxqshi4vlteubco26i' ; // We must set the suggester (here, or in the options object passed// to the constructor).suggest; // Get all suggestions. You'll get an err object if something went wrong.// Otherwise, you'll get an array of results (which may be empty).suggest;
Warning
This is a work in progress. Use at your discretion, and your own risk.
License
This tool is released under an MIT license.