alexcasalboni / alexcasalboni/ssm-cache-python

Add local/offline support

Open
#3 1 comment 2 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Python
Stars
209
Forks
20
PR merge metrics
No merged PRs in 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.).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.