alexcasalboni/ssm-cache-python

Add local/offline support

Aberta

#3 aberto em 21 de fev. de 2018

 (1 comentário) (2 reações) (0 responsável)Python (20 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (209 estrelas)
Métricas de merge de PR
 (Mesclagem média 9d 9h) (3 fundiu PRs em 30d)

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

Guia do colaborador