Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages