Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-powertools/powertools-lambda-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: aws-powertools/powertools-lambda-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 2 commits
  • 15 files changed
  • 3 contributors

Commits on Aug 21, 2020

  1. feat: add parameter utility (#96)

    * feat: add get_parameter utility
    
    * fix: add AWS_DEFAULT_REGION for boto3 tests
    
    * revert "fix: add AWS_DEFAULT_REGION for boto3 tests"
    
    This reverts commit 29d27b8.
    
    * fix: fix AWS_DEFAULT_REGION for get_parameter tests
    
    * fix: fix AWS_DEFAULT_REGION for get_parameter tests
    
    * chore: rename _get_from_external_store to _get
    
    * feat: add get_multiple for parameter providers
    
    * tests: increase test coverage
    
    * tests: increase test coverage (2)
    
    * tests: increase coverage to 100%
    
    * fix: add get_parameters in __all__
    
    * chore: split parameter utilities into smaller files
    
    * feat: use botocore.config.Config for parameter providers
    
    * feat: make arguments explicits in parameter utilities
    
    * docs: add examples for parameter utilities
    
    * feat: add override SDK options for parameter utilities
    
    * docs: add examples for shorthands in the parameter utility
    
    * fix: fix typo in DynamoDB parameter example
    
    * feat: throw exception on failed transform for parameter utility
    
    * docs: add examples on how to retrieve parameters in the parameter utility
    
    * feat: use paginator for SSM parameter utility
    
    * feat: make SSM parameter provider recursive by default
    
    * feat: move sort_attr to init for DynamoDB parameter provider
    
    * feat: add 'raise_on_transform_error' for get_multiple parameter utility
    
    * docs: add sdk_options to parameters for get and get_multiple
    
    * docs: add documentation for parameters utility
    
    * docs: add passing arguments to SDK
    
    * docs: restructure based on feedback
    
    * docs: tweaks based on feedback
    
    * improv: iam permissions table
    
    Merge both high level and class provider functions and methods, since they require the same IAM permission.
    
    Co-authored-by: Heitor Lessa <[email protected]>
    nmoutschen and heitorlessa authored Aug 21, 2020
    Configuration menu
    Copy the full SHA
    9c78458 View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 1.3.0 (#122)

    * chore: bump version to 1.3.0
    
    * improv: make change more descriptive
    
    Co-authored-by: Heitor Lessa <[email protected]>
    nmoutschen and heitorlessa authored Aug 21, 2020
    Configuration menu
    Copy the full SHA
    41824b1 View commit details
    Browse the repository at this point in the history
Loading