Skip to content

Feature Request: Reuse Infrastructure that Supports CodeBuild (lambdas, iam roles, provider, custom resource) #29

@scanlonp

Description

@scanlonp

Each time the construct is instantiated, a custom resource, provider, 2 lambdas, and all of their roles are partitioned. Is there a way to reuse some of these resources? This may allow these resources to be pre-created and stored in a separate stack that is then referenced as a dependency.

  • An option to use a pre-existing provider, lambdas, and roles that can be fed into a custom resource unique to each construct
    • would there be an issue granting permissions to run CodeBuild API calls to those pre-existing roles (I do not think so)
  • An option to use any combination of those pre-existing resources
    • for example: pass in the lambdas, but need roles and provider and custom resource created

Thank you @fjinkis for bringing up this request!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions