- Newest
- Most votes
- Most comments
This is currently not possible using the CDK Pipelines - the asset names will be auto-generated, but a feature request for asset display names has been already submitted on GitHub.
You can watch this GitHub issue for the implementation progress.
Yes, it is possible to give AWS CodeBuild file assets more descriptive names. In the AWS CodeBuild console, you can click on the project you want to customize and select the "Edit" option. From there, you can specify a custom name for each of the file assets. You can also use CloudFormation to define the names of the file assets by specifying a "filename" parameter in the CodeBuild Project resource.
Thanks for your reply! I gave a bad explanation of what I'm trying to do. The pipeline is defined using CDK and the artifacts names are coming out of that process. I think it's CDK that creates the artifacts but then CodeBuild / CodePipeline that gives them names. Do you know if it's possible to specify names in the CDK code? I updated my question with some boilerplate code for how the pipeline is defined.
Relevant content
- asked a year ago
- asked 8 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 4 years ago
Alas, thanks for the link!