Skip to main content
Module

x/lambda/bundle.ts

A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
Very Popular
Go to Latest
File
import { handler } from "./hello.ts";import { lambda } from "https://deno.land/x/lambda/runtime.ts";
lambda.handler = handler;