command
Version:
v0.0.0-...-221ca9b
Opens a new window with list of versions in this module.
Published: Jul 2, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.