Skip to main content

No project description provided

Project description

Use AWS Secrets Manager as dict.

This package provides convenient way of using secrets manager as a dict. You can configure underlying cache time with ttl parameter. If you want to use non default kms key id pass it with kms_key_id parameter.

sec = Secrets(client=boto3.client('secretsmanager'))
# Set secret
sec['name'] = value
# Get secret
value = sec['name']

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws_secrets_cache-0.2.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

aws_secrets_cache-0.2.1-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page