Skip to main content

HuaweiRequestContext

@h4ad/serverless-adapter > HuaweiRequestContext

(interface) HuaweiRequestContext

The interface that represents the values you can get inside request context.

Signature:

export interface HuaweiRequestContext 

(property) apiId

The ID of your API inside Api Gateway

Signature:

apiId: string;

(property) requestId

The ID of this request

Signature:

requestId: string;

(property) stage

The name of the stage running this Function Graph

Signature:

stage: string;