-
Notifications
You must be signed in to change notification settings - Fork 389
Comparing changes
Open a pull request
base repository: aws/aws-lambda-rust-runtime
base: lambda-runtime-0.14.2
head repository: aws/aws-lambda-rust-runtime
compare: lambda-runtime-0.14.3
- 13 commits
- 157 files changed
- 9 contributors
Commits on Jul 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6747fd3 - Browse repository at this point
Copy the full SHA 6747fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a301d72 - Browse repository at this point
Copy the full SHA a301d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2278cea - Browse repository at this point
Copy the full SHA 2278ceaView commit details -
chore(lambda-runtime): slightly optimize graceful shutdown helper by …
…using new tokio::try_join biased; api (#1007)
Configuration menu - View commit details
-
Copy full SHA for f8b9a2a - Browse repository at this point
Copy the full SHA f8b9a2aView commit details
Commits on Jul 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0383301 - Browse repository at this point
Copy the full SHA 0383301View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b927092 - Browse repository at this point
Copy the full SHA b927092View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd6f528 - Browse repository at this point
Copy the full SHA fd6f528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35860b0 - Browse repository at this point
Copy the full SHA 35860b0View commit details -
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. ```Configuration menu - View commit details
-
Copy full SHA for fd0354e - Browse repository at this point
Copy the full SHA fd0354eView commit details
Commits on Jul 11, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for ee2e0d2 - Browse repository at this point
Copy the full SHA ee2e0d2View commit details
Commits on Jul 17, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0cdd565 - Browse repository at this point
Copy the full SHA 0cdd565View commit details
Commits on Jul 18, 2025
-
chore(lambda-extension, lambda-http, lambda-runtime-api-client, lambd…
…a-runtime): bump patch versions for new release (#1020)
Configuration menu - View commit details
-
Copy full SHA for 9a3642e - Browse repository at this point
Copy the full SHA 9a3642eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1447217 - Browse repository at this point
Copy the full SHA 1447217View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff lambda-runtime-0.14.2...lambda-runtime-0.14.3