Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 716 Bytes

File metadata and controls

17 lines (11 loc) · 716 Bytes

Python Function with an additional Go binary

A sample Python function which lets you add an additional go binary and call it as part of the function call.

Build the go binary:

GOOS=linux GOARCH=amd64 go build -o "my-program" -ldflags="-s -w" ./main.go

Deploy the function straight to Code Engine by running the following command from this directory

ibmcloud ce fn create -n py-go-func -runtime python-3.11 --build-source .

For more information follow blog -> IBM Cloud Code Engine: Running Binaries inside the IBM Cloud Code Engine Function Runtimes