Sample Step-Functions to handle a support call

AWS Step Functions is a low-code, visual workflow service that developers use to build distributed applications, automate IT and business processes.In this example I will use AWS Step Functions to handle a call center call regarding room Reservation/Cancel in a hotel call center. First, have a look at this visual representation of the “State Machine” …

How to use Lambda functions?

What is Serverless? Serverless is a cloud-native development model that allows developers to build and run applications without having to manage servers.AWS Lambda is a serverless service that is offered by AWS, to help developers with cloud native development. Benefits of AWS Lambda 1- Minimized costIf your application runs functions based on an event, you …