RepoNotes
Toggle theme
Loading ...
Sign in
EmbarkStudios/aws-lambda-rust-runtime
A Rust runtime for AWS Lambda
0
8
0
Readme
Notes
New Note
Sign in to add notes for this repository
RN
EmbarkStudios
1317
Followers
0
Following
346
Repos
EmbarkStudios
The future belongs to the curious
Branches
use-failure
strawman-api
remove-skeptic
Releases
Commits
Support both API Gateway and ALB events as http::{Request,Response} (#64) * support both apigw and alb events as http::{Request,Response} * rustfmt * not specific apigw now * sentence casing
impl http multi value query str parameters (#59) * impl multi_value_headers * remove redundant closure * impl multi_value_headers in response * fmt * unprefix * missing import in test
how to build and test with docker (#61) * how to build and test with docker * typo
Issues