Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.48 KB

File metadata and controls

36 lines (23 loc) · 1.48 KB

Home > cdk-cloudfront-function-bundle > BundledCode

BundledCode class

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

Constructors

Constructor Modifiers Description
(constructor)(functionOptions) (BETA) Bundles given functions.

Properties

Property Modifiers Type Description
functionOptions readonly FunctionOptions[] (BETA) Functions composing the CloudFront Function.

Methods

Method Modifiers Description
render() (BETA) Renders the bundled code.