[cdk-pipelines/core] Give assets a display name
See original GitHub issueDuring cdk deploy
and in the pipeline we now have no good way of showing the asset, just a hash.
Much friendlier to users if we should show a display name.
This is a 🚀 Feature Request
Issue Analytics
- State:
- Created 3 years ago
- Reactions:33
- Comments:15 (1 by maintainers)
Top Results From Across the Web
aws-cdk/pipelines module - AWS Documentation - Amazon.com
A construct library for painless Continuous Delivery of CDK applications. CDK Pipelines is an opinionated construct library. It is purpose-built to deploy one ......
Read more >The CDK pipeline construct | tecRacer Amazon AWS Blog
const pipeline = new CdkPipeline(this, 'CiCd', { pipelineName: "PipelineWrapperStack", cloudAssemblyArtifact, sourceAction: ... }), synthAction: ...
Read more >(@aws-cdk/pipelines) Build stage for application source code
I've created an ApplicationBuild stage after the PublishAssets stage, which includes a CodeBuild project. The CodeBuild project reads from my ...
Read more >CDK Pipelines - Go Packages
github.com/aws/aws-cdk-go ... directly: use CDK file assets with CloudFormation Init for instances, or CDK container assets for ECS clusters instead. Give ...
Read more >cdk-assets | Yarn - Package Manager
CDK Asset Publishing Tool. aws, cdk. readme. cdk-assets. cdk-constructs: Experimental ... and publish your assets. Display full readme Display full readme ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is there any way (right now) to get better file asset naming?
ping… updates pls?