Closed
Description
The lambda-http
crate doesn't seem to be published on crates.io, which means the only way to use it in a project is to reference this git repo directly in Cargo.toml
, which is not exactly ideal.
i.e., I got it to build with
[dependencies.lambda_http]
git = "https://github.com/awslabs/aws-lambda-rust-runtime"
but it would be much nicer to specify it as a regular crates.io dependency.
Are there any plans to publish the lambda-http
crate?
Metadata
Metadata
Assignees
Labels
No labels