TypeDoc
Lambda

vcapi-workers / Exports / lambda

Module: lambda

AWS Lambda で動かす用 index.ts 64KB Proxy に Lambda は使えないことがわかったので凍結。 ただし別の node 環境で構築する例として残しておきます

Table of contents

Functions

Functions

handler

handler(event): Promise<APIGatewayProxyResult>

Parameters

NameType
eventAPIGatewayProxyEvent | APIGatewayProxyEventV2 | LambdaFunctionUrlEvent

Returns

Promise<APIGatewayProxyResult>

Defined in

node_modules/hono/dist/types/adapter/aws-lambda/handler.d.ts:46