-
I have a stack that includes a few lambda functions that are based on docker images. The images are defined and built using aws_lambda.DockerImageCode.from_image_asset(directory_path, file="dockerfile/path/Dockerfile"). I have added a deployment pipeline as described here: https://docs.aws.amazon.com/cdk/v2/guide/cdk_pipeline.html, which works well. One problem is that the names for the docker build steps (see picture) get very uninformative names, like "DockerAsset1", "DockerAsset2" and so on. So my question is, can we name these build steps somehow? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I found an open issue for this: #9628 |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
I found an open issue for this: #9628