alexcasalboni/ssm-cache-python

Add local/offline support

Aperta

#3 aperta il 21 feb 2018

 (1 commento) (2 reazioni) (0 assegnatari)Python (20 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (209 stelle)
Metriche merge PR
 (Merge medio 9g 9h) (3 PR mergiate in 30 g)

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 contributor