Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lambda/mod.ts>CodePipelineHandler

A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
Very Popular
Go to Latest
type alias CodePipelineHandler
import { type CodePipelineHandler } from "https://deno.land/x/lambda@1.31.2/mod.ts";
definition: Handler<CodePipelineEvent, void>