sample-python-helper-aws-appconfig
sample-python-helper-aws-appconfig copied to clipboard
A Python helper library for AWS AppConfig
Results
2
sample-python-helper-aws-appconfig issues
Sort by
recently updated
recently updated
newest added
I'm using the same config locally and on app runner, with the same variables, and yet Gunicorn times out as soon as AppConfig gets called. E.g. I have this code:...
Running `mypy --strict` when importing this module causes: ``` demo.py:1: error: Module "appconfig_helper" does not explicitly export attribute "AppConfigHelper" [attr-defined] ``` Just need to add `__all__` exporting `AppConfigHelper` at top...