Now that Lianja 5 supports python as a server side scripting language in Lianja Cloud Server this provides the powerful ability to closely integrate with AWS in cloud applications using the AWS SDK.

https://aws.amazon.com/sdk-for-python/

Using AWS lambda you can run application specific python code without provisioning a server.

AWS Lambda is a compute service that lets you run code without provisioning or managing servers. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second. You pay only for the compute time you consume - there is no charge when your code is not running.

https://docs.aws.amazon.com/lambda/l...g/welcome.html

This provides the ability to integrate artificial intelligence and machine learning into your Lianja business applications