Skip to content

rocats/helloworld-cloudevent-function

Repository files navigation

helloworld-cloudevent-function

Libraries

Bootsrap

./install

Run locally

Spin up server locally, listen on port 8080

docker compose up --build

Send a mock cloudevent

./venv/bin/pytest -v -s --tb=short invoke_test.py

Build and push

Create builder

docker buildx create --use --platform=linux/arm64,linux/amd64 --name multi-platform-builder

Build and push

docker buildx build --platform linux/arm64,linux/amd64 -t "helloworld-function" --build-arg PYTHON_VERSION=3.12 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published