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.28.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.29.0
Choose a head ref
  • 11 commits
  • 18 files changed
  • 10 contributors

Commits on Jan 12, 2022

  1. Add CodeQL analysis tool

    carlzogh authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    2e104a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. fix:Updating comment (#423)

    bluPhy authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    80c32f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Add omitempty the the authentication field in APIGatewayV2HTTPRequest…

    …Context (#426)
    
    This field is not required to be present in the payload for public APIs.
    calavera authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    e7ef344 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    507ad66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3afc312 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Add missing BuildNumber to CodeBuildEventAdditionalInformation (#417)

    * Add missing BuildNumber to CodeBuildEventAdditionalInformation
    
    * Update test data for build-number
    
    * Introduce CodeBuildNumber type
    
    * Update test data
    
    Co-authored-by: Guimin YAO <guimin.yao@kiwibank.co.nz>
    guiminyao and guiminyao authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    1ebff2c View commit details
    Browse the repository at this point in the history
  2. add source-version to additional information in codebuild details (#415)

    Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
    chrispruitt and bmoffatt authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    adf9127 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

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

Commits on Mar 29, 2022

  1. Add APIGatewayv2 Lambda Authorizer support in events (#399)

    * add authorizer structs to apigw.go
    
    * Fix lint failures on "Id"
    
    * Change Context to a map[string]interface{} in IAMPolicyResponse
    
    * Edit apigw.go to resolve linting errors
    
    * Add nolint tags to "Arn" lint failures
    
    * add test data
    
    * add missing files
    
    Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
    Co-authored-by: Bryan Moffatt <moffattb@amazon.com>
    3 people authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    fbba662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1a6fb3 View commit details
    Browse the repository at this point in the history
  3. Feature/Add path field in request context struct (#432)

    * chg: feat: add path field in request context struct
    
    * chg: chore: add path field into request context in apigw jsons
    thiagoyeds authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    bc1ec47 View commit details
    Browse the repository at this point in the history
Loading