A sample Python function that uses an external pip module referenced by the requirements.txt file
Deploy the function straight to Code Engine by running the following command from this directory
ibmcloud ce fn create -n lorem-python -runtime python-3.11 --build-source .
For more information follow th official docs -> Including modules for a Python Function