Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.
This repository was archived by the owner on May 21, 2025. It is now read-only.

Not passing context.Context to http.Request context #27

Closed
@snabb

Description

@snabb

The package is not currently accepting context.Context parameter from the Lambda runtime. Therefore the downstream http.Request is lacking it also.

As a result the http handler can not observe the Deadline and is unable to cancel the request gracefully.

See:
https://docs.aws.amazon.com/lambda/latest/dg/go-programming-model-context.html
https://godoc.org/context

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