Skip to content

lambda_http should not include stage in the generated http request url #450

Closed
@bnusunny

Description

@bnusunny

In lambda_http v0.5.0 and v0.5.1, stage is added to http request url. This is a breaking change from v0.4.

Stage should not be included in the generated http request url. Including the stage in the url will couple the lambda function to the API GW deployment stage. The orginal behavior allows one lambda function to be deployed in different stages and works pertfectly fine. I think this is one of the benefit to seperate stage and path in API Gateway.

@calavera could we revert this behavior?

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