Skip to content

createBody

reference
1 min readUpdated

Kind: Function

Source: src/adapter/lambda-edge/handler.ts

Part of: Adapter

Signature

ts
function createBody(method: string, requestBody: CloudFrontRequest['body']): string | Uint8Array<ArrayBuffer> | undefined

Parameters

NameType
methodstring
requestBodyCloudFrontRequest['body']

Returns: string | Uint8Array<ArrayBuffer> | undefined

Was this page helpful?

Download as PDF
createBody — Hono (narrator proof)