Want to integrate with the Amazon Alexa Thumbnail Web Service? Looking to save some time on development and integration?
We can provide support and a code base to work from. We can even customize the code for you.
Example:
<cfcomponent
displayname="AlexaThumbnail"
extends="AlexaWS"
hint="Alexa Thumbnail"
output="false"
version="1">
<!--- Set instance variables --->
<cfscript>
variables.constant.BASE_DOMAIN = "amazonaws.com/xino/xml";
variables.instance.size = "Small"; // 'Small' (for 111x82 pixel thumbnails) or 'Large' (for 201x147 pixel thumbnails)
variables.instance.siteURL = "";
</cfscript>