alexcasalboni/ssm-cache-python

Add local/offline support

オープン

#3 opened on 2018/02/21

 (1 件のコメント) (2 件のリアクション) (0 人の担当者)Python (20 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (209 個のスター)
PR merge metrics
 (平均マージ 9d 9h) (30d で 3 merged PRs)

説明

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.).

コントリビューターガイド