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.6.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.6.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 22, 2020

  1. Change bool to BOOL index name when accessing boolean value in dy…

    …namodb. (#176)
    
    It seems that when accessing boolean value from dynamodb index name `bool` is used instead of correct one `BOOL`.
    Have a look at https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html to see list of available attribute values
    whisller authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    a520b66 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. chore: bump to 1.6.1 (#177)

    Tom McCarthy authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    0b9294a View commit details
    Browse the repository at this point in the history
Loading