numo-labs / lambda-ne-classic-package-provider

:sunrise: A lambda function that listens to an SNS topic, makes a call to the price and availability cache API and then adds the results to a corresponding search bucket
2 stars 0 forks source link

Send SNS message Zero Package Results #91

Closed nelsonic closed 8 years ago

nelsonic commented 8 years ago

When there are no search results returned by the API, we need to inform the client. So that "alternative" destinations can be shown to the person. Relates to: https://github.com/numo-labs/isearch-ui/issues/227

lennym commented 8 years ago

This should be a message which is emitted when the package search is complete to indicate that no further results will be delivered. This will be irrespective of the number of results previously returned.