alexcasalboni/ssm-cache-python

Add local/offline support

Offen

#3 geöffnet am 21.02.2018

 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)Python (20 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (209 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 9T 9h) (3 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide