You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/stonemjs/aws-lambda-adapter/actions/workflows/release.yml)
Defined in: [src/AWSLambdaAdapter.ts:40](https://github.com/stonemjs/aws-lambda-adapter/blob/9de4b38bb7a5afd4d5599dae1399969698a2422d/src/AWSLambdaAdapter.ts#L40)
10
+
9
11
AWS Lambda Adapter for Stone.js.
10
12
11
13
The `AWSLambdaAdapter` provides seamless integration between Stone.js applications
Defined in: [src/AWSLambdaAdapter.ts:113](https://github.com/stonemjs/aws-lambda-adapter/blob/9de4b38bb7a5afd4d5599dae1399969698a2422d/src/AWSLambdaAdapter.ts#L113)
102
+
109
103
Processes an incoming AWS Lambda event.
110
104
111
105
This method transforms the raw AWS Lambda event into a Stone.js `IncomingEvent`,
@@ -131,16 +125,14 @@ The AWS Lambda execution context for the event.
131
125
132
126
A promise resolving to the processed `RawResponse`.
Defined in: [src/AWSLambdaAdapter.ts:93](https://github.com/stonemjs/aws-lambda-adapter/blob/9de4b38bb7a5afd4d5599dae1399969698a2422d/src/AWSLambdaAdapter.ts#L93)
135
+
144
136
Initializes the adapter and validates its execution context.
145
137
146
138
Ensures the adapter is running in an AWS Lambda environment. If not, it
@@ -158,16 +150,14 @@ If executed outside an AWS Lambda context (e.g., browser).
Defined in: [src/AWSLambdaAdapter.ts:75](https://github.com/stonemjs/aws-lambda-adapter/blob/9de4b38bb7a5afd4d5599dae1399969698a2422d/src/AWSLambdaAdapter.ts#L75)
160
+
171
161
Executes the adapter and provides an AWS Lambda-compatible handler function.
172
162
173
163
The `run` method initializes the adapter and returns a handler function
@@ -194,16 +184,14 @@ If used outside the AWS Lambda environment.
Defined in: [src/AWSLambdaAdapter.ts:60](https://github.com/stonemjs/aws-lambda-adapter/blob/9de4b38bb7a5afd4d5599dae1399969698a2422d/src/AWSLambdaAdapter.ts#L60)
194
+
207
195
Creates an instance of the `AWSLambdaAdapter`.
208
196
209
197
This factory method allows developers to instantiate the adapter with
Defined in: [src/AWSLambdaHttpAdapter.ts:42](https://github.com/stonemjs/aws-lambda-adapter/blob/9de4b38bb7a5afd4d5599dae1399969698a2422d/src/AWSLambdaHttpAdapter.ts#L42)
10
+
9
11
AWS Lambda HTTP Adapter for Stone.js.
10
12
11
13
The `AWSLambdaHttpAdapter` extends the functionality of the Stone.js `Adapter`
Defined in: [src/AWSLambdaHttpAdapter.ts:113](https://github.com/stonemjs/aws-lambda-adapter/blob/9de4b38bb7a5afd4d5599dae1399969698a2422d/src/AWSLambdaHttpAdapter.ts#L113)
103
+
110
104
Processes an incoming AWS Lambda HTTP event.
111
105
112
106
Converts a raw AWS Lambda HTTP event into an `IncomingHttpEvent`, processes it through
@@ -132,16 +126,14 @@ The AWS Lambda execution context associated with the event.
132
126
133
127
A promise resolving to the processed `RawHttpResponse`.
Defined in: [src/AWSLambdaHttpAdapter.ts:93](https://github.com/stonemjs/aws-lambda-adapter/blob/9de4b38bb7a5afd4d5599dae1399969698a2422d/src/AWSLambdaHttpAdapter.ts#L93)
136
+
145
137
Initializes the adapter and validates its execution context.
146
138
147
139
Ensures that the adapter is running in an AWS Lambda environment. Throws an error
@@ -159,16 +151,14 @@ If executed outside an AWS Lambda environment.
Defined in: [src/AWSLambdaHttpAdapter.ts:75](https://github.com/stonemjs/aws-lambda-adapter/blob/9de4b38bb7a5afd4d5599dae1399969698a2422d/src/AWSLambdaHttpAdapter.ts#L75)
161
+
172
162
Executes the adapter and provides an AWS Lambda-compatible HTTP handler function.
173
163
174
164
This method initializes the adapter and returns a handler function that can
@@ -195,16 +185,14 @@ If used outside the AWS Lambda environment.
Defined in: [src/AWSLambdaHttpAdapter.ts:60](https://github.com/stonemjs/aws-lambda-adapter/blob/9de4b38bb7a5afd4d5599dae1399969698a2422d/src/AWSLambdaHttpAdapter.ts#L60)
195
+
208
196
Creates an instance of the `AWSLambdaHttpAdapter`.
209
197
210
198
This factory method initializes the adapter with the specified configuration options.
@@ -213,7 +201,7 @@ This factory method initializes the adapter with the specified configuration opt
0 commit comments