Reference

AwsLambdaArtifactManifest

Summarizes the files and entry point produced for an AWS Lambda artifact.

Signature

interface AwsLambdaArtifactManifest

Members

files: { bytes: number; path: string }[]
handler: string
runtime: "aws-lambda"
totalBytes: number
version: 1