Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 981 Bytes

File metadata and controls

24 lines (15 loc) · 981 Bytes

Home > cdk-cloudfront-function-bundle > FunctionOptions

FunctionOptions interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Options of a component function.

Signature:

export interface FunctionOptions 

Properties

Property Modifiers Type Description
filePath readonly string (BETA) Path to the file containing the function code.
handler readonly string (BETA) Name of the handler function.