Skip to content

[@aws-cdk/pipelines] have ability to use the same IAM role for multiple deploying assets #9066

@seawatts

Description

@seawatts

Currently a new role gets created for every asset being uploaded gets it's own Role. This causes a problem when you have a lot of assets being deployed. The template that gets created becomes too large for CF to deploy it correctly.

Use Case

To deploy a larger amount of assets with the new aws-cdk/pipelines

Proposed Solution

Be able to pass in a role, or have the construct reuse the same one under the hood.

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions