-
Notifications
You must be signed in to change notification settings - Fork 380
Comparing changes
Open a pull request
base repository: aws/aws-lambda-rust-runtime
base: v0.6.0
head repository: aws/aws-lambda-rust-runtime
compare: v0.6.1
- 13 commits
- 14 files changed
- 6 contributors
Commits on Aug 2, 2022
-
Fix test example in Readme (#507)
Types are private and cannot be used. Also the handler is async. We have to `await` the result.
Configuration menu - View commit details
-
Copy full SHA for 71565d6 - Browse repository at this point
Copy the full SHA 71565d6View commit details
Commits on Aug 12, 2022
-
Update links to cargo-lambda documentation (#510)
The documentation is not in the project's readme anymore. These changes redirect people to the right places.
Configuration menu - View commit details
-
Copy full SHA for 9119e5d - Browse repository at this point
Copy the full SHA 9119e5dView commit details -
fix lambda-extension README (#511)
the current example code doesn't work if you copy/paste it into a repo created with `cargo lambda new`, even if you change the `Cargo.toml` to pull in the `lambda-extension` crate. The default template doesn't bring in `tracing` with the `ansi` feature. This updates the README to have code that's more in line with the default template.
Configuration menu - View commit details
-
Copy full SHA for 62660df - Browse repository at this point
Copy the full SHA 62660dfView commit details
Commits on Aug 13, 2022
-
Signed-off-by: David Calavera <[email protected]> Signed-off-by: David Calavera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b88e9ab - Browse repository at this point
Copy the full SHA b88e9abView commit details
Commits on Aug 15, 2022
-
fix clippy warnings in unit tests (#513)
not sure if there's a way for `cargo clippy` to lint the tests by default...
Configuration menu - View commit details
-
Copy full SHA for a20193d - Browse repository at this point
Copy the full SHA a20193dView commit details
Commits on Aug 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f77b044 - Browse repository at this point
Copy the full SHA f77b044View commit details
Commits on Aug 28, 2022
-
Fix paths with spaces in HTTP requests. (#516)
* Fix paths with spaces in HTTP requests. Encode the characters not allowed in URLs before creating the request. Signed-off-by: David Calavera <[email protected]> * Cleanup parameters and comments. Signed-off-by: David Calavera <[email protected]> Signed-off-by: David Calavera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd2ea23 - Browse repository at this point
Copy the full SHA fd2ea23View commit details
Commits on Aug 31, 2022
-
Report error when we cannot deserialize the payload. (#520)
Instead of panic, capture the error, and report it to the Lambda api. This is more friendly to operate. Signed-off-by: David Calavera <[email protected]> Signed-off-by: David Calavera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 756dfc4 - Browse repository at this point
Copy the full SHA 756dfc4View commit details
Commits on Sep 5, 2022
-
Fix outdated docstring of some RequestExt functions (#524)
The PR #253 removed some of the `#[cfg(test)]` guards for a few functions which are useful in testing outside of the library. However the docstrings still stated that the test configuration was needed. This commit fixes the docstrings. Co-authored-by: Simon Gasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b27da0 - Browse repository at this point
Copy the full SHA 9b27da0View commit details -
Add
with_request_contexttoRequestExt(#523)The trait `RequestExt` already includes functions to add query string parameters, path parameters and stage variables to a request. This commit adds another function to allow adding a `RequestContext` to the request. This is useful in cases where a lambda function is called by the API Gateway with a custom authorizer that adds parameters to the `RequestContext`. Related to #522 Co-authored-by: Simon Gasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b28b868 - Browse repository at this point
Copy the full SHA b28b868View commit details -
Fix trivial typo in docs of RequestExt (#525)
Co-authored-by: Simon Gasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f8c4da - Browse repository at this point
Copy the full SHA 1f8c4daView commit details
Commits on Sep 7, 2022
-
Adding functionality to catch panics that occur both inside the runti…
…me handler and in the `Future` it returns (#521) Co-authored-by: = <=>
Configuration menu - View commit details
-
Copy full SHA for 1cacdd8 - Browse repository at this point
Copy the full SHA 1cacdd8View commit details -
Fixes issues with http paths. Fixes issues with panics in async functions. Fixes issues reporting errors from serde. Add functions to set RequestContext to the RequestExt. Signed-off-by: David Calavera <[email protected]> Signed-off-by: David Calavera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1c5dfd - Browse repository at this point
Copy the full SHA b1c5dfdView 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 v0.6.0...v0.6.1