Uses of Interface
software.amazon.awscdk.services.lambda.AssetImageCodeProps
-
Uses of AssetImageCodeProps in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionAssetImageCodeProps.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic AssetImageCode
Code.fromAssetImage
(String directory, AssetImageCodeProps props) Create an ECR image from the specified asset and bind it as the Lambda code.static DockerImageCode
DockerImageCode.fromImageAsset
(String directory, AssetImageCodeProps props) Create an ECR image from the specified asset and bind it as the Lambda code.