: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
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
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.
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