fdk-python icon indicating copy to clipboard operation
fdk-python copied to clipboard

Python Function Development Kit

Results 15 fdk-python issues
Sort by recently updated
recently updated
newest added

As for now, there's a need to run full stack tests on FDK: 1. Download the CLI (latest). 2. Download and start background Fn server. 3. Do tests that involve...

I want to share some thoughts on the fdk-python design and some experiences (so far) developing my own Python FDK. This is not a proposal to make any changes to...

Proposed fix for #114 by: 1. Setting the root logger to debug only when fdk itself is running in debug mode. 2. Move the `StreamHandler` to the fdk logger to...

Currently, this package requires `pytest` and `pytest-asyncio`. This causes them to be included in production deployments. These two testing packages should only be dependencies for testing. I'm not a Python...

It appears that the dockerfiles for Python were moved out of the [fnproject/dockers ](https://github.com/fnproject/dockers) repo and into this repo (PR [#23](https://github.com/fnproject/dockers/pull/23) against that repo and PR #76 in this repo)....