You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This package makes it easy to run AWS Lambda Functions written in Rust. This wor
6
6
7
7
-[](https://docs.rs/lambda_runtime)**`lambda-runtime`** is a library that provides a Lambda runtime for applications written in Rust.
8
8
-[](https://docs.rs/lambda_http)**`lambda-http`** is a library that makes it easy to write API Gateway proxy event focused Lambda functions in Rust.
9
-
-[](https://docs.rs/lambda_extension)**`lambda-extension`** is a library that makes it easy to write Lambda Runtime Extensions in Rust.
9
+
-[](https://docs.rs/lambda-extension)**`lambda-extension`** is a library that makes it easy to write Lambda Runtime Extensions in Rust.
10
10
-[](https://docs.rs/lambda_runtime_api_client)**`lambda-runtime-api-client`** is a shared library between the lambda runtime and lambda extension libraries that includes a common API client to talk with the AWS Lambda Runtime API.
0 commit comments