alexcasalboni / alexcasalboni/ssm-cache-python
Add local/offline support
未關閉
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 還沒有評估資料。