Skip to main content
Module

x/oak_serverless/deps.ts

Run Oak applications with AWS Lambda and Amazon API Gateway.
Latest
File
export type { APIGatewayProxyEvent, Context,} from 'https://deno.land/x/lambda/mod.ts';export type { Application,} from 'https://deno.land/x/oak/mod.ts';