Home > cdk-cloudfront-function-bundle > BundledCode
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.
FunctionCode that bundles multiple functions in a single file.
Signature:
export declare class BundledCode extends cloudfront.FunctionCode Extends: cloudfront.FunctionCode
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(functionOptions) | (BETA) Bundles given functions. |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| functionOptions | readonly |
FunctionOptions[] | (BETA) Functions composing the CloudFront Function. |
| Method | Modifiers | Description |
|---|---|---|
| render() | (BETA) Renders the bundled code. |