Skip to content

get query string parameters from an API Gateway request #34

@andyczerwonka

Description

@andyczerwonka

When the lambda is triggered via the API Gateway, is there a way to get the query string parameters from the RequestStreamHandler API?

public class Hello implements RequestStreamHandler {
    public static void handler(InputStream inputStream, OutputStream outputStream, Context context) throws IOException {
        // is there any way to get the query string parameters here?
    }
}

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