| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| Modifier and Type | Method and Description |
|---|---|
default SourceMapMode |
BundlingOptions.getSourceMapMode()
Source map mode to be used when bundling.
|
SourceMapMode |
BundlingOptions.Jsii$Proxy.getSourceMapMode() |
static SourceMapMode |
SourceMapMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceMapMode[] |
SourceMapMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.sourceMapMode(SourceMapMode sourceMapMode)
Sets the value of
BundlingOptions.getSourceMapMode() |
Copyright © 2022. All rights reserved.