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.14.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.15.0
Choose a head ref
  • 20 commits
  • 54 files changed
  • 5 contributors

Commits on Apr 19, 2021

  1. docs(tracer): Fix line highlighting (#395)

    Michael Brewer authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    ae331b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bce279 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. feat(parser): Support for API GW v1 proxy schema & envelope (#403)

    Co-authored-by: Heitor Lessa <lessa@amazon.nl>
    ran-isenberg and heitorlessa authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    68d4110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    939cba7 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. refactor(logger): BYOFormatter and Handler, UTC support, and more (#404)

    Co-authored-by: Michael Brewer <michael.brewer@gyft.com>
    heitorlessa and Michael Brewer authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    0dc5e1b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    776569a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. feat(event-handler): add http ProxyEvent handler (#369)

    Michael Brewer authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    e24a985 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. fix(deps): Bump aws-xray-sdk from 2.6.0 to 2.8.0 (#413)

    Michael Brewer authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    48f86b3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Configuration menu
    Copy the full SHA
    51c4c2d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    daa35aa View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    213caed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59b3adf View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    d1cd5cb View commit details
    Browse the repository at this point in the history
  2. fix(parser): Improve types for parser.py (#419)

    When attempting to use the parse function we noticed we were getting
    error messages like:
    
        Value of type variable "Model" of "parse" cannot be "Type[UserModel]"
    
    Further investigation (using the example shown at
    https://awslabs.github.io/aws-lambda-powertools-python/latest/utilities/parser/#envelopes)
    showed that the types were incorrect for the example. The function
    signatures were expecting an instance of `Model`, however the example
    (and code) seemeed to expect a `Type[Model]`.
    
    Similarly the signatures were expecting an optional instance of an
    Envelope, but the code allows for either an instance or a Type.
    
    Also, added a `TypeVar` for the decorator, specifying that the
    event_parser` decorator returns the same type as the handler used.
    
    Finally updated documentation on use of parser.
    carlos-alberto authored May 5, 2021
    Configuration menu
    Copy the full SHA
    d044463 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. feat(event-handle): allow for cors=None setting (#421)

    Michael Brewer authored May 6, 2021
    Configuration menu
    Copy the full SHA
    cbbcc4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e1bb36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9484fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b99f9dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    222bc03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd1dbf0 View commit details
    Browse the repository at this point in the history
Loading