File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- [ ![ Build Status ] ( https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/badge/PaddleHQ/python-aws-ssm )] ( https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/results /PaddleHQ/python-aws-ssm)
1+ ![ build ] ( https://action-badges.now.sh /PaddleHQ/python-aws-ssm )
22[ ![ codecov] ( https://codecov.io/gh/PaddleHQ/python-aws-ssm/branch/master/graph/badge.svg )] ( https://codecov.io/gh/PaddleHQ/python-aws-ssm )
3- [ ![ License ] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
4- < a href = " https://github.com/ambv/black " >< img alt = " Code style: black " src = " https://img .shields.io/badge/code%20style-black-000000.svg" ></ a >
3+ [ ![ license ] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
4+ [ ![ codestyle ] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
55
66# python-aws-ssm
77Python package that interfaces with [ AWS System Manager] ( https://www.amazonaws.cn/en/systems-manager/ ) .
88
9- ## Why to use python-aws-ssm and not the aws-sdk-go ?
10- This package is wrapping the aws-sdk-go and hides the complexity dealing with the not so Python friendly AWS SDK.
9+ ## Why to use python-aws-ssm and not the boto3 SSM client ?
10+ This package is wrapping boto3 SSM client and hides the complexity dealing with the not so Python friendly AWS SDK.
1111Perfect use case for this package is when secure parameters for an application are stored to
1212[ AWS Parameter Store] ( https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html )
1313using a path hierarchy. During application startup you can use this package to fetch them and use them in your application.
You can’t perform that action at this time.
0 commit comments