OpenRules business decision models can be deployed as operational decision services utilizing serverless architecture. Today the most popular and easiest way to create serverless APIs is using a combination of AWS Lambda and AWS API Gateway. They allow you can simply upload your decision service to AWS Lambda, configure an API Gateway, and start responding to RESTful endpoint calls. However, the way how you build and deploy your Lambda Decision Service is usually not as straightforward as it seems on the surface. OpenRules Decision Manager essentially simplifies this process by automatically generating all necessary components allowing you to convert your business decision model to a Lambda function without any coding.
Read the tutorial “Building Operational Decision Services with OpenRules + AWS Lambda + AWS API Gateway” to learn how to convert OpenRules business decision models to AWS Lambda function without preliminary knowledge of the AWS environment.