Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pipelines] Asset publishing strategy needs to be pluggable #10873

Closed
rix0rrr opened this issue Oct 14, 2020 · 2 comments
Closed

[pipelines] Asset publishing strategy needs to be pluggable #10873

rix0rrr opened this issue Oct 14, 2020 · 2 comments
Assignees
Labels
@aws-cdk/pipelines CDK Pipelines library effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p1

Comments

@rix0rrr
Copy link
Contributor

rix0rrr commented Oct 14, 2020

There are situations for which the current asset publishing strategy does not work very well. It should ideally be pluggable, so people can implement the following cases if they want it changed. Some potential ideas I've heard (all are valid choices):

  • Publish all in a separate action with separate codebuilds (as today)
  • Publish all in a separate action with the same codebuild
  • Publish all in a single codebuild
  • Publish all in a single codebuild using a matrix build
  • Defer to StepFunctions
  • Publish and replicate just-in-time before every application deployment

We don't need to implement every strategy, but we should add a hook so these could be implemented by customers.


This is a 🚀 Feature Request

@rix0rrr rix0rrr added p1 feature-request A feature should be added or improved. effort/medium Medium work item – several days of effort needs-triage This issue or PR still needs to be triaged. labels Oct 14, 2020
@rix0rrr rix0rrr added this to the [GA] CDK Pipelines milestone Oct 14, 2020
@github-actions github-actions bot added the @aws-cdk/pipelines CDK Pipelines library label Oct 14, 2020
@SomayaB SomayaB removed the needs-triage This issue or PR still needs to be triaged. label Nov 6, 2020
@rix0rrr
Copy link
Contributor Author

rix0rrr commented Jan 7, 2021

Treated as part of #10872.

@rix0rrr rix0rrr closed this as completed Jan 7, 2021
@github-actions
Copy link

github-actions bot commented Jan 7, 2021

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/pipelines CDK Pipelines library effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p1
Projects
None yet
Development

No branches or pull requests

2 participants