alexcasalboni / alexcasalboni/ssm-cache-python

Add local/offline support

未關閉
#3 1 則留言 2 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement help wanted
主要語言
Python
星號
209
分支
20
PR 合併指標
30 天內沒有已合併 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.).

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。