Registry /
aws / sample-helper-aws-appconfig
Install & Compatibility
Where this runs
tested against v2.3.2 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 64.7MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 4.5s · import 0.000s · 66MB
61MB installed
● package 61MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
AppConfigHelper
✓ from appconfig_helper import AppConfigHelper
✗ from sample_helper_aws_appconfig import AppConfigHelper
Initialize the helper with AppConfig identifiers and retrieve configuration.
import os
from sample_helper_aws_appconfig import AppConfigHelper
helper = AppConfigHelper(
application='my-app',
environment='production',
configuration='my-config',
client_id='my-client'
)
config = helper.get_configuration()
print(config)
Upgrade
Version history
2.3.2latest on PyPI · released May 18, 2026
Audit
Dependencies
boto3requiredAWS SDK for Python, required for AppConfig API calls
typing-extensionsoptionalBackports for type hints