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

贡献者指南