{"library":"sample-helper-aws-appconfig","title":"sample-helper-aws-appconfig","description":"A sample helper library for AWS AppConfig that simplifies configuration retrieval and management. Current version 2.3.1, supports Python >=3.10, <4.0.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install sample-helper-aws-appconfig"],"cli":null},"imports":["from sample_helper_aws_appconfig import AppConfigHelper"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom sample_helper_aws_appconfig import AppConfigHelper\n\nhelper = AppConfigHelper(\n    application='my-app',\n    environment='production',\n    configuration='my-config',\n    client_id='my-client'\n)\nconfig = helper.get_configuration()\nprint(config)","lang":"python","description":"Initialize the helper with AppConfig identifiers and retrieve configuration.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}