fdk-python
fdk-python copied to clipboard
Python Function Development Kit
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...