Interface: AwsLambdaHttpAdapterAdapterConfig
Interface: AwsLambdaHttpAdapterAdapterConfig
Configuration interface for the AWS Lambda Http Adapter.
Extends the AdapterConfig
interface from the Stone.js framework and provides customizable options specific to the AWS Lambda platform. This includes alias, resolver, middleware, hooks, and various adapter state flags.
Extends
AdapterConfig
<AwsLambdaHttpEvent
,RawHttpResponse
,AwsLambdaContext
,IncomingHttpEvent
,IncomingHttpEventOptions
,OutgoingHttpResponse
>