Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1005 Bytes

File metadata and controls

29 lines (17 loc) · 1005 Bytes

Home > cdk-cloudfront-function-bundle > BundledCode > (constructor)

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[]);

Parameters

Parameter Type Description
functionOptions FunctionOptions[] Functions composing the CloudFront Function.

Exceptions

RangeError

If functionOptions is empty, or if there is a duplicate handler in functionOptions.