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 Loading
base: v1.40.0
Choose a base ref
...
head repository: aws/aws-lambda-go Loading
compare: v1.41.0
Choose a head ref
  • 4 commits
  • 21 files changed
  • 4 contributors

Commits on Apr 23, 2023

  1. test: add trace_test.go (#497)

    * test: add trace_test.go
    
    * refactor: rename test title
    wafuwafu13 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    dc78417 View commit details
    Browse the repository at this point in the history
  2. Support http.Handler for RESPONSE_STREAM Lambda Function URLs (#503)

    * initial
    
    * typo in events redaction
    
    * 1.18+
    
    * remove the panic recover for now - the runtime api client code does not yet re-propogate the crash
    
    * Fix typo
    
    Co-authored-by: Aidan Steele <[email protected]>
    
    * Update http_handler.go
    
    * base64 decode branch coverage
    
    * cover RequestFromContext
    
    ---------
    
    Co-authored-by: Aidan Steele <[email protected]>
    bmoffatt and aidansteele committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    5c6579e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. feat: add ECSContainerInstanceEvent (#502)

    * feat: add ECSContainerInstanceEvent
    
    * fix: name, typo
    wafuwafu13 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    14212e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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