Integrate python script

0
I want to integrate a python script into my mendix app. At first i want to start small, like i want to just run a demo script to test at first, a script that takes an iput and generate an output.
asked
1 answers
0

Hi Syrine,

 

I would suggest to use the AWS Lambda Connector module for this. Mendix Marketplace - AWS Lambda Connector.

Using this connector you can write your Python script in AWS Lambda and call it from your Mendix application.

I hope this helps you with your integration challenge.

answered