Home > cdk-cloudfront-function-bundle > BundledCode > (constructor)
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.
Bundles given functions.
Signature:
constructor(...functionOptions: FunctionOptions[]);| Parameter | Type | Description |
|---|---|---|
| functionOptions | FunctionOptions[] | Functions composing the CloudFront Function. |
RangeError
If functionOptions is empty, or if there is a duplicate handler in functionOptions.