When creating a PythonFunction (using aws_lambda_python_alpha) with runtime Python 3.11, we cannot install the latest version of NumPy (2.3.0). AWS CDK uses the ...
I see I have to install pjproject, so I installed it using git clone and all ok. But when I go to compile it for python in pjsip-apps/src/python I found first that ...