Interface: AwsLambdaAdapterContext
Interface: AwsLambdaAdapterContext
Represents the context for the AWS Lambda Adapter.
This interface extends AdapterContext
and includes additional properties specific to generic AWS Lambda events.
Extends
AdapterContext
<AwsLambdaEvent
,RawResponse
,AwsLambdaContext
,IncomingEvent
,IncomingEventOptions
,OutgoingResponse
>
Properties
rawResponse
rawResponse: RawResponse;
The raw response associated with the current context.
Overrides
AdapterContext.rawResponse