Skip to content

Publish lambda-http crate on crates.io? #67

Closed
@adimarco

Description

@adimarco

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions