FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for lambda-runtime - ConfiguraAB/aws-lambda-rust-runtime · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ConfiguraAB
/
aws-lambda-rust-runtime
Public
forked from
aws/aws-lambda-rust-runtime
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
aws-lambda-rust-runtime
lambda-runtime
on
master
User selector
Datepicker
Commit history
Commits on Mar 28, 2021
Set env_config value and add Serialize/Deserialize for Context (#308)
Show description for c01811a
rimutaka
authored
c01811a
View commit details
Copy full SHA for c01811a
View code at this point
Browse repository at this point
Commits on Mar 12, 2021
Fix license field for lambda_runtime (#302)
Show description for fd13527
bahildebrand
authored
fd13527
View commit details
Copy full SHA for fd13527
View code at this point
Browse repository at this point
Bump crate versions for 0.3.0 release (#301)
bahildebrand
authored
2f30438
View commit details
Copy full SHA for 2f30438
View code at this point
Browse repository at this point
Making Error type public so that consumers don't have to create their own type alias (#298)
Show description for 96fc5bc
coltonweaver
authored
96fc5bc
View commit details
Copy full SHA for 96fc5bc
View code at this point
Browse repository at this point
Commits on Mar 10, 2021
Renaming the lambda crate back to lambda_runtime and cleaning up documentation (#296)
Show description for ad0a1d2
coltonweaver
authored
ad0a1d2
View commit details
Copy full SHA for ad0a1d2
View code at this point
Browse repository at this point
Commits on Mar 11, 2020
Lambda with Async/Await (#111)
David Barsky
authored
dd4cb4a
View commit details
Copy full SHA for dd4cb4a
View code at this point
Browse repository at this point
Commits on May 2, 2019
Prepare Release (#103)
David Barsky
authored
0ac259a
View commit details
Copy full SHA for 0ac259a
View code at this point
Browse repository at this point
Commits on Feb 26, 2019
Panic when X-Ray header not present (#91)
Show description for d739445
sapessi
authored
d739445
View commit details
Copy full SHA for d739445
View code at this point
Browse repository at this point
Commits on Jan 24, 2019
Prepare 0.2 release [#74]
sapessi
authored
0a15373
View commit details
Copy full SHA for 0a15373
View code at this point
Browse repository at this point
[Do not merge] Refactor to address RFCs (#63)
Show description for 50b71ae
sapessi
authored
50b71ae
View commit details
Copy full SHA for 50b71ae
View code at this point
Browse repository at this point
Commits on Jan 20, 2019
Fix Typo in JSON Serialization Error Message (#70)
alex-ozdemir
authored and
davidbarsky
committed
7d66db7
View commit details
Copy full SHA for 7d66db7
View code at this point
Browse repository at this point
Wrote Minimal Documentation for the Lambda Macro (#71)
alex-ozdemir
authored and
davidbarsky
committed
a2aeb2c
View commit details
Copy full SHA for a2aeb2c
View code at this point
Browse repository at this point
Commits on Dec 17, 2018
Ensure a consistent style for all changes (#51)
softprops
authored and
davidbarsky
committed
d117272
View commit details
Copy full SHA for d117272
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
Populate crates.io with useful information (#46)
softprops
authored and
davidbarsky
committed
545f653
View commit details
Copy full SHA for 545f653
View code at this point
Browse repository at this point
Add parity to the `lambda!` macro to support handler closure impl (#44)
softprops
authored and
davidbarsky
committed
838d130
View commit details
Copy full SHA for 838d130
View code at this point
Browse repository at this point
impl PartialEq for HandlerError (#43)
Show description for 3b7ce41
softprops
authored and
davidbarsky
committed
3b7ce41
View commit details
Copy full SHA for 3b7ce41
View code at this point
Browse repository at this point
Migrate lambda-runtime to Rust 2018 (#39)
Sh4rK
authored and
davidbarsky
committed
0146698
View commit details
Copy full SHA for 0146698
View code at this point
Browse repository at this point
Commits on Dec 9, 2018
Fix doc typo in env.rs (#35)
phrohdoh
authored and
davidbarsky
committed
a8bdf7b
View commit details
Copy full SHA for a8bdf7b
View code at this point
Browse repository at this point
Commits on Dec 6, 2018
Allow Context to be created outside of the Crate (#34)
Show description for a75e38b
leepa
authored and
davidbarsky
committed
a75e38b
View commit details
Copy full SHA for a75e38b
View code at this point
Browse repository at this point
clean up dependencies (#32)
softprops
authored and
davidbarsky
committed
8a30517
View commit details
Copy full SHA for 8a30517
View code at this point
Browse repository at this point
Commits on Dec 4, 2018
Convert deadline-related values to i64 and fix comments. (#27)
Sh4rK
authored and
sapessi
committed
3f4eeed
View commit details
Copy full SHA for 3f4eeed
View code at this point
Browse repository at this point
Introduce lambda-http module based on lando to support API Gateway (#18)
softprops
authored and
davidbarsky
committed
2f7709f
View commit details
Copy full SHA for 2f7709f
View code at this point
Browse repository at this point
Commits on Dec 1, 2018
Support closures as handlers (#19)
srijs
authored and
davidbarsky
committed
ad28790
View commit details
Copy full SHA for ad28790
View code at this point
Browse repository at this point
Commits on Nov 30, 2018
Introduce TravisCI. (#15)
Show description for 26edea3
davidbarsky
authored
26edea3
View commit details
Copy full SHA for 26edea3
View code at this point
Browse repository at this point
Commits on Nov 29, 2018
Removed skeptic because of failures during cargo package. (#10)
davidbarsky
authored
cc96937
View commit details
Copy full SHA for cc96937
View code at this point
Browse repository at this point
Clippy warnings (#8)
Show description for 4f15b63
sapessi
authored
4f15b63
View commit details
Copy full SHA for 4f15b63
View code at this point
Browse repository at this point
Added version to runtime_client dependency (#7)
Show description for 9cd19e3
sapessi
authored
9cd19e3
View commit details
Copy full SHA for 9cd19e3
View code at this point
Browse repository at this point
Added homepage, docs, and repo to Cargo files (#6)
Show description for cf1e3ef
sapessi
authored
cf1e3ef
View commit details
Copy full SHA for cf1e3ef
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
Error reporting and retry fixes (#5)
Show description for b787b70
sapessi
authored
b787b70
View commit details
Copy full SHA for b787b70
View code at this point
Browse repository at this point
Commits on Nov 25, 2018
Switch to Chrono for deadline timestamp, doc fix (#4)
Show description for 8c583c1
sapessi
authored
8c583c1
View commit details
Copy full SHA for 8c583c1
View code at this point
Browse repository at this point
Updated header values for provided runtime (#2)
Show description for 6b05202
sapessi
authored
6b05202
View commit details
Copy full SHA for 6b05202
View code at this point
Browse repository at this point
cleaned up lifetimes.
David Barsky
committed
628006c
View commit details
Copy full SHA for 628006c
View code at this point
Browse repository at this point
Commits on Nov 24, 2018
Removed RuntimeClient trait.
David Barsky
committed
ae92c6b
View commit details
Copy full SHA for ae92c6b
View code at this point
Browse repository at this point
Commits on Nov 22, 2018
Introduce Skeptic for testing the README.md
Show description for a1551d5
David Barsky
committed
a1551d5
View commit details
Copy full SHA for a1551d5
View code at this point
Browse repository at this point
Commits on Nov 15, 2018
First import
sapessi
committed
43a0cb6
View commit details
Copy full SHA for 43a0cb6
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL