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/aws-lambda-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.48.0
Choose a base ref
...
head repository: aws/aws-lambda-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.49.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 7 contributors

Commits on May 22, 2025

  1. Add client certificate struct as field to APIGatewayRequestIdentity (#…

    …573)
    
    As seen in the docs https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html this field should be present. Used a pointer so that field is omitted when not set.
    
    Co-authored-by: Jonathan Miao <jonamiao@amazon.com>
    Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
    3 people authored May 22, 2025
    Configuration menu
    Copy the full SHA
    d406b13 View commit details
    Browse the repository at this point in the history
  2. Add Cc to common headers (#578)

    Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
    bbaayyy and bmoffatt authored May 22, 2025
    Configuration menu
    Copy the full SHA
    ba8a3a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    043923f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Add Rotation Token for SecretsManager Rotation Event (#583)

    * Add Rotation Token for SecretsManager Rotation Event
    
    ---------
    
    Co-authored-by: Hannah <78242123+hannah-nguyen-ca@@users.noreply.github.com>
    Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
    3 people authored May 23, 2025
    Configuration menu
    Copy the full SHA
    42a01a9 View commit details
    Browse the repository at this point in the history
Loading