christippett / ssm-parameter-store

A simple Python library for getting values from AWS Systems Manager Parameter Store
MIT License
31 stars 9 forks source link

Use `region_name` in example, to match parameter for `boto3.client` #3

Closed garyd203 closed 5 years ago

garyd203 commented 5 years ago

Resolves #2

miroadamy commented 5 years ago

I think that the travis build failure is caused by bug in travis (has nothing to do with changes in this PR) and can be fixed using recommendation from https://github.com/travis-ci/travis-ci/issues/7940#issuecomment-311411559 either by adding sudo rm -f /etc/boto.cfg to the before_install section of your travis config or by

export BOTO_CONFIG=/dev/null

@garyd203 - would you mind trying to add these to your PR ?

The same would go for your other PR

Thanks