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-rust-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: lambda-runtime-0.14.2
Choose a base ref
...
head repository: aws/aws-lambda-rust-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lambda-runtime-0.14.3
Choose a head ref
  • 13 commits
  • 157 files changed
  • 9 contributors

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    6747fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a301d72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2278cea View commit details
    Browse the repository at this point in the history
  4. chore(lambda-runtime): slightly optimize graceful shutdown helper by …

    …using new tokio::try_join biased; api (#1007)
    jlizen authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    f8b9a2a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Configuration menu
    Copy the full SHA
    0383301 View commit details
    Browse the repository at this point in the history
  2. Update all dependencies and fix examples (#959)

    * add copy/clone trait impl
    
    * update all deps and fix examples
    
    * remove unused deps
    
    * add feature flag for aws-config
    
    * update axum
    
    * revert derive
    
    * update
    
    * remove ';'
    
    * use aws_config::load_from_env().await;
    
    * remove comments
    
    * revert
    
    * rev
    
    * rev
    
    * bump ex
    
    * update
    
    * update ureq
    
    * space
    
    * fmt
    
    * clippy
    
    * update otel
    
    * fmt
    s0l0ist authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    b927092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd6f528 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35860b0 View commit details
    Browse the repository at this point in the history
  5. Add alternative to pip3 install of cargo lambda (#981)

    When running `pip3 install .....` it shows this error about system vs user installation:
    
    ```
    rror: externally-managed-environment
    
    × This environment is externally managed
    ╰─> To install Python packages system-wide, try apt install
        python3-xyz, where xyz is the package you are trying to
        install.
        
        If you wish to install a non-Debian-packaged Python package,
        create a virtual environment using python3 -m venv path/to/venv.
        Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
        sure you have python3-full installed.
        
        If you wish to install a non-Debian packaged Python application,
        it may be easiest to use pipx install xyz, which will manage a
        virtual environment for you. Make sure you have pipx installed.
        
        See /usr/share/doc/python3.12/README.venv for more information.
    
    ```
    
    Another way to manage executable pip packages is with uv which has been very popular and helpful in the python community.
    
    ```
    Bryson14 authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    fd0354e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. Add support for Direct Lambda Resolver event format (#1015)

    * feat(event): add AppSyncResolverEvent structure and example payload
    
    * fix: remove `groups` field from AppSyncCognitoIdentity to avoid semver break
    
    * fix: apply serde annotations and generic types to align with existing conventions
    
    * refactor: rename AppSyncResolverEvent to AppSyncDirectResolverEvent
    
    * fix: update doc comment to reflect AppSyncDirectResolverEvent rename
    46ki75 authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    ee2e0d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. add catchall feature to resolve #1017 (#1018)

    * add catchall feature to resolve #1017
    
    Signed-off-by: Craig Disselkoen <cdiss@amazon.com>
    
    * switch from HashMap to serde_json::Map
    
    Signed-off-by: Craig Disselkoen <cdiss@amazon.com>
    
    * add cfg_attr for docsrs
    
    Signed-off-by: Craig Disselkoen <cdiss@amazon.com>
    
    * bump lambda_events version to 0.17
    
    Signed-off-by: Craig Disselkoen <cdiss@amazon.com>
    
    * tweak comment wording
    
    Signed-off-by: Craig Disselkoen <cdiss@amazon.com>
    
    ---------
    
    Signed-off-by: Craig Disselkoen <cdiss@amazon.com>
    cdisselkoen authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    0cdd565 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. chore(lambda-extension, lambda-http, lambda-runtime-api-client, lambd…

    …a-runtime): bump patch versions for new release (#1020)
    jlizen authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    9a3642e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1447217 View commit details
    Browse the repository at this point in the history
Loading