Home > cdk-cloudfront-function-bundle > FunctionOptions
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 | 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. |