Skip to main content

Posts Tagged ‘Lambda’

Amazon Connect and Lambda logs: Error loading Log Streams

Error loading Log Streams Trying to get your Lambda function logs to show up in Cloudwatch, but you keep getting an error loading log streams? “There was an error loading Log Streams. Please try again by refreshing this page.” Chances are, you are here because refreshing didn’t help. I ran into this issue as I […]

Create a Dynamics CRM Case based on Amazon Connect self-service interaction

Companies providing customer care often require multiple supporting IT systems to achieve the high standards they strive for. This implies usage of telephony services, contact center platforms, CRM and WFM solutions, etc. Using 5 – 10 separate solutions to handle a single client interaction may become confusing and time-consuming for agents. How many times a […]

Process Amazon Connect self-service data with Lambda and SES

In this blog post, we process data collected through a self-service Amazon Connect Contact flow and deliver results in an email. My previous article shows how to configure Amazon Connect and Amazon Lex to create a Self-service Contact Center experience. Assuming the first part is done, it is time to process the data using a Lambda function. As the […]