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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ssm_tool_test-3.0.0.tar.gz.
File metadata
- Download URL: ssm_tool_test-3.0.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6db65121e9d44240609a5e74ef1c89ef9409491b7c31feb8647d5315f8a2db60
|
|
| MD5 |
fbc49a49bb9931f1dd983305bbb83bf5
|
|
| BLAKE2b-256 |
1329e329d58fe1561efa2f65af2e373c2d39ac781dfdb22ae2d82d7ccbfa750c
|
File details
Details for the file ssm_tool_test-3.0.0-py3-none-any.whl.
File metadata
- Download URL: ssm_tool_test-3.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0eb15df152393f8d6343d947d5daef72d8d0033aceed51e81a9d61b81445f70b
|
|
| MD5 |
8048aa0a202ddc792908b54c8bad395e
|
|
| BLAKE2b-256 |
2e531668f6fdc5bb67c1819996bb0b4f3539391b8279e9500ff873b726b272e5
|