alexcasalboni / alexcasalboni/ssm-cache-python
Add local/offline support
Aberta
enhancement
help wanted
- Linguagem predominante
- Python
- Estrelas
- 209
- Forks
- 20
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.).
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.