Skip to content

Commit 0eea5bb

Browse files
committed
Merge remote-tracking branch 'rimutaka/master' into merge_branch
* rimutaka/master: (26 commits) Removed unnecessary + Sync on handler's future Added docs and missing _vars to reduce warnings Enforced Send+Sync for http Handler impl. Added some tracing!() to lib.rs. Fixed "Process exited" error in lib.rs. client.rs formatting fix Log panic as Debug+Display, improved examples Added err logging to lib.rs, consolidated examples Added error handling for awslabs#241, interim, broken. Removed unused refs from basic.rs disable time on `tracing_subscriber` Add log and tracing examples; fix `tracing` dependency features. Upper-cased and edited examples/readme.md Corrected handler_fn interface misconception in basic.rs Fixed comment in lib.rs Formatting fix in error-handling.rs. Fixed headers in examples readme. Tidied up examples readme. Added basic.rs example, comments to other examples Log handler errors in runtime. Issue awslabs#241 ...
2 parents 13aa8f0 + 4a2cbb5 commit 0eea5bb

17 files changed

+552
-964
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/target
22
/.cargo
33
lambda-runtime/libtest.rmeta
4+
Cargo.lock
45

56
# Built AWS Lambda zipfile
67
lambda.zip

0 commit comments

Comments
 (0)