Our project is to create a voice-driven application that works with Amazon Alexa compatible devices. With support from Alexa supported speakers, our application acts as a virtual concierge that captures immediate responses from alternative accommodation cleaners. The responses are then stored in Amazon S3 bucket and forwarded to AWS lambda in order to recompile the data received from the cleaners. Information needed to compute include: rooms that were cleaned, time spent to clean those rooms, and problems discovered by the cleaners. The processed voice data will then be delivered to the house owner. We are using third party API from Twilio to send the compiled information via SMS text and/or email. Twilio was chosen because it is a pay-per-usage API service which scales well with our client’s business.