ibm-functions / runtime-python

Other
3 stars 15 forks source link

Add IBM Cloud Python modules #238

Open nickmerrett opened 1 year ago

nickmerrett commented 1 year ago

I see other people have asked for modules similar sorts of modules to be included but I'll try as well.

it would be really helpful to add the ibm-vpc and ibm-platform-services python modules to be able to create functions to automate largeish chunks of IBM cloud. If not how about a seperate IBM cloud centric runtime.

In the end as the solution to adding a python modules was to create a docker container hosted on dockerhub (couldn't use IBMs own container registry) I used code engine instead for what i wanted to do and used the internal registry.

But adding the modules would make things a bit easier and cleaner.