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: 3a93ed1
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: eae55b8
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 25, 2024

  1. Plumb error info to X-ray (#544)

    * WIP: Plumb error info to x-ray
    
    * cleanup
    
    * fix xrayException shape - the json tags differ from InvokeResponse_Error
    
    * no stack should be empty list instead of nil
    
    * gofmt
    
    * stable order of the paths array
    bmoffatt authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    58da2cc View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Add S3 Batch Operations 2.0 Schema Fields to S3BatchJob/S3BatchJobTask (

    #550)
    
    * Add S3 Batch Operations 2.0 Schema Fields
    
    * Create s3-batch-job-event-request-2.0.json
    
    * Update s3_batch_job_test.go
    
    * Rename s3-batch-job-event-request.json to s3-batch-job-event-request-1.0.json
    
    * Fix tests
    
    * Split into S3BatchJobV2
    lyoung-confluent authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    eae55b8 View commit details
    Browse the repository at this point in the history
Loading