alexcasalboni/ssm-cache-python

Add local/offline support

Ouverte

#3 ouverte le 21 févr. 2018

 (1 commentaire) (2 réactions) (0 personne assignée)Python (20 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (209 étoiles)
Métriques de merge PR
 (Merge moyen 9j 9h) (3 PRs mergées en 30 j)

Description

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

Guide contributeur