Skip to content

Commit 66d9e61

Browse files
author
Luca Valentini
authored
Small fix in README (#5)
* Small fix in README * Update badges
1 parent 27b4dc3 commit 66d9e61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
77
Python 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.
1111
Perfect 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)
1313
using a path hierarchy. During application startup you can use this package to fetch them and use them in your application.

0 commit comments

Comments
 (0)