/function-auto-python

Primary LanguagePythonApache License 2.0Apache-2.0

function-auto-python

function-auto-ready, but Python.

I'm using this experimental composition function to prototype how functions could be built using Python.

Development uses Hatch. Some useful commands:

# Lint the code
hatch run lint:check

# Run tests
hatch run unit:test

# Run locally (e.g. for crossplane beta render)
hatch run python function/main.py --insecure --debug

# Build the function runtime image
docker build .