Skip to main content

A small example package to get ssm parameters from aws

Project description

Tool to get SSM parameter store (test)

This is a simple example package to get parameter store from aws account. Using boto3 and credentials from aws.

Definitions

  • get_parameters_by_path(attributes) params:
    • attributes: Path of ssm parameters (string)

USAGE:

from ssm_tool_test import ssm
import asyncio

async def main():
    manager = ManagerParameters()
    path = '/path-test/test'
    params = await manager.get_parameters_by_path(path)
    print(params)

if __name__ == '__main__':
    loop = asyncio.get_event_loop()
    loop.run_until_complete(main())
by jdroldan@playvox.com

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

ssm_tool_test-3.0.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

ssm_tool_test-3.0.0-py3-none-any.whl (3.3 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