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.31.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.32.0
Choose a head ref
  • 5 commits
  • 21 files changed
  • 6 contributors

Commits on May 18, 2022

  1. add Lambda Function URLs sample (#443)

    * docs: add Lambda Function URLs sample
    
    * Update README_Lambda.md
    
    Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
    noid11 and bmoffatt authored May 18, 2022
    Configuration menu
    Copy the full SHA
    b91101b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. added fields in IAM Identity struct (#440)

    * added fields in IAM Identity struct
    
    Added  CognitoIdentityAuthProvider and CognitoIdentityAuthType
    
    * update testdata
    
    * gofmt
    
    Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
    Co-authored-by: Bryan Moffatt <bmoff2292@gmail.com>
    3 people authored May 19, 2022
    Configuration menu
    Copy the full SHA
    af8e8ed View commit details
    Browse the repository at this point in the history
  2. remove dialog action from lex event (#240)

    * remove dialog action from lex event
    
    * gofmt
    
    * fix type in TestLexResponseMalformedJson
    
    Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
    Co-authored-by: Bryan Moffatt <bmoff2292@gmail.com>
    3 people authored May 19, 2022
    Configuration menu
    Copy the full SHA
    908421f View commit details
    Browse the repository at this point in the history
  3. redefine IoT Core custom authorizer request and response structs (#401)

    * redefine IoT Core custom authorizer request and response structs as per spec
    
    * make IAM policy structs reusable
    
    * gofmt
    
    * restore deleted structs, add deprecation notices
    
    Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
    Co-authored-by: Bryan Moffatt <bmoff2292@gmail.com>
    3 people authored May 19, 2022
    Configuration menu
    Copy the full SHA
    ec8f96b View commit details
    Browse the repository at this point in the history
  4. Add capability to define optional handler behavior (#444)

    * Add capability to define optional handler behavior
    * add Option WithSetEscapeHTML to set this same named option on the underlying json encoder
    * refactor implementations of ***WithContext functions to use the Option WithContext
    * mark a bunch of not useful related stuff as deprecated so that they are hidden in the godocs
    
    * private variable renames
    
    * add some usage examples
    
    * variable rename
    bmoffatt authored May 19, 2022
    Configuration menu
    Copy the full SHA
    0dae564 View commit details
    Browse the repository at this point in the history
Loading