alexcasalboni / alexcasalboni/ssm-cache-python

Add local/offline support

Aperta
#3 1 commento 2 reazioni 0 assegnatari Vedi su GitHub
enhancement help wanted
Lingua principale
Python
Stelle
209
Fork
20
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.