@morojs/moro / LambdaEvent
Interface: LambdaEvent
Defined in: src/core/runtime/aws-lambda-adapter.ts:6
Properties
body?
optional
body:null
|string
Defined in: src/core/runtime/aws-lambda-adapter.ts:13
headers?
optional
headers:null
|Record
<string
,string
>
Defined in: src/core/runtime/aws-lambda-adapter.ts:11
httpMethod
httpMethod:
string
Defined in: src/core/runtime/aws-lambda-adapter.ts:7
isBase64Encoded?
optional
isBase64Encoded:boolean
Defined in: src/core/runtime/aws-lambda-adapter.ts:14
multiValueHeaders?
optional
multiValueHeaders:null
|Record
<string
,string
[]>
Defined in: src/core/runtime/aws-lambda-adapter.ts:12
path
path:
string
Defined in: src/core/runtime/aws-lambda-adapter.ts:8
pathParameters?
optional
pathParameters:null
|Record
<string
,string
>
Defined in: src/core/runtime/aws-lambda-adapter.ts:9
queryStringParameters?
optional
queryStringParameters:null
|Record
<string
,string
>
Defined in: src/core/runtime/aws-lambda-adapter.ts:10
requestContext?
optional
requestContext:object
Defined in: src/core/runtime/aws-lambda-adapter.ts:15
identity?
optional
identity:object
identity.sourceIp?
optional
sourceIp:string