Interface: AwsLambdaHttpAdapterContext
Interface: AwsLambdaHttpAdapterContext
Represents the context for the AWS Lambda HTTP Adapter.
This interface extends AdapterContext
and includes additional properties specific to HTTP events in AWS Lambda.
Extends
AdapterContext
<AwsLambdaHttpEvent
,RawHttpResponse
,AwsLambdaContext
,IncomingHttpEvent
,IncomingHttpEventOptions
,OutgoingHttpResponse
>
Properties
rawResponse
rawResponse: RawHttpResponseOptions;
The raw HTTP response associated with the current context.
Overrides
AdapterContext.rawResponse