You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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