Skip to content

zhuchen0310/aws-appconfig-python-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-appconfig-python-client

用户 aws appconfig 做配置中心, Python3 获取配置

安装

python setup.py develop

使用

from appconfig_client import AppConfigClient
client = AppConfigClient(application='kalo', environment='dev')
client.get_value(key="name", default_val="", configuration='TestConfig')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages