alexcasalboni/ssm-cache-python

Add local/offline support

開放

#3 建立於 2018年2月21日

 (1 則留言) (2 個反應) (0 位負責人)Python (20 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (209 顆星)
PR 合併指標
 (平均合併 9天 9小時) (30 天內合併 3 個 PR)

描述

The module could provide a way to avoid API calls to AWS/SSM when working locally.

For example, we could use os.environ to look for values instead of querying the Parameter Store. Such a functionality would speed up local development but at the same time it'd make the local environment different from production (e.g. latency, potential network errors, etc.).

貢獻者指南