Tag: lambda

How to build a Serverless Workflow with AWS Step Functions?

Reading Time: 8 minutes In our previous blog How to build a Serverless Workflow with AWS Step Functions? (Part 1), we have discussed AWS Step functions, its features, benefits, use cases, etc. In this blog, we will discuss a business scenario to configure and create a serverless workflow to handle the issue resolution statuses raised by each of the […]

How can we use Amazon Comprehend with AWS Lambda and Amazon Lex for Sentiment Analysis?

Reading Time: 10 minutes In our previous blog, How can we use Amazon Comprehend with AWS Lambda and Amazon Lex for Sentiment Analysis(Part 1)? we have discussed NLP, Amazon Comprehend as one of the best NLP services, its features, benefits, use cases, etc. In this blog, we will demonstrate how to configure Amazon Comprehend with AWS Lambda and Amazon […]

How to auto register and deregister EC2 Instances behind Application Load Balancer (ALB) using Lambda?

Reading Time: 10 minutes Consider that you’re running an eCommerce website that doesn’t have scaling capability in place, and also you’re much aware of the load such as when the load will increase and decrease. You also don’t want to assign a dedicated person to manually add or remove instances behind the load balancer and you want to ensure […]

How to translate chat messages in different languages in real time with Amazon Translate?

Reading Time: 10 minutes We are in the age of globalization! Nowadays many businesses are expanding their reach to wider audiences across the globe, which made the world a global village! Businesses across the globe require applications that are interoperable with multiple languages. So businesses have a need for scalable, reliable, and cost-effective solutions to create multilanguage-supported applications.  Traditional […]

Back To Top