Richárd Rutai·Mar 31Sales email classification with AWS ComprehendIntroduction Our team has created an email classification system that employs AWS Comprehend to categorize emails sent to sales employees in response to sales inquiries as either positive or negative. This allows them to focus their attention on emails that have the potential to generate sales leads while disregarding those that…AWS22 min readAWS22 min read
Adrián Mezei·Feb 23Serverless WebSocket application on AWS using TerraformWhen it comes to full-duplex client-server communication, WebSockets is a widely recognized protocol that has been around for while now. With support from a wide range of browsers and a bunch of readily available solutions, it has become a popular choice for developers. …AWS6 min readAWS6 min read
Benjamin Peter·Feb 13Using Amazon Lex V2 with Kotlin Amazon Lambda handlerUsing Amazon Lex you can build various chatbots, but out of the box, it is not capable of complex actions like integration with other third-party tools, for example, Google Calendar. In order to handle more complex actions we have to use Amazon Lambda. In this article, we will go through…Amazon Web Services8 min readAmazon Web Services8 min read