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

x/lambda/mod.ts>StatementPrincipal

A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
Go to Latest
type alias StatementPrincipal
import { type StatementPrincipal } from "https://deno.land/x/lambda@1.43.6/mod.ts";
definition: MaybeStatementResource & ({ Principal: PrincipalValue; } | { NotPrincipal: PrincipalValue; })