Skip to content

devlibx/aws-ssm-py

Repository files navigation

This is a helper module to allow you to capture all the request/response which comes to your Flask app.

pip install aws-ssm-devlibx

How to use

# Set env vale "SERVICE" and "ENV"

# Set 2 env variable ENV and Service
# We will pick all SSM with path "/conf/{SERVICE}/{ENV}/v1"
from aws_ssm import ssm

ssm = ssm.SSM()
ssm.setup_env_from_ssm()

It will push all env variable in "/tmp/aws_ssm_env_devlibx" file

Debug

set export SSM_DEBUG=true to print SSM in logs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published