interface ILocalBundling
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.ILocalBundling | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2#ILocalBundling | 
  Java | software.amazon.awscdk.ILocalBundling | 
  Python | aws_cdk.ILocalBundling | 
  TypeScript (source) | aws-cdk-lib » ILocalBundling | 
Local bundling.
Methods
| Name | Description | 
|---|---|
| try | This method is called before attempting docker bundling to allow the bundler to be executed locally. | 
tryBundle(outputDir, options) 
public tryBundle(outputDir: string, options: BundlingOptions): boolean
Parameters
- outputDir 
string— the directory where the bundled asset should be output. - options 
Bundling— bundling options for this asset.Options  
Returns
boolean
This method is called before attempting docker bundling to allow the bundler to be executed locally.
If the local bundler exists, and bundling
was performed locally, return true. Otherwise, return false.

 .NET
 Go
 Java
 Python
 TypeScript (