Skip to content

Issue with serve with lambda deployment #3

Description

@rob3000

Running serve locally with missing env var: WS_LAMBDA_FUNCTION_NAME as it looks like it expects to:

#[tokio::main]
async fn main() -> Result<(), Error> {
    run(service_fn(function_handler)).await
}

Which expects it to be running in an aws environment.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions