Add a new CodeBuild Source, AssetSource #2897
Labels
@aws-cdk/aws-codebuild
Related to AWS CodeBuild
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p1
See this comment: #2745 (comment)
Create a new implementation of
codebuild.ISource
, created using something likeSource.asset('path/to/directory')
, which sets the source type to S3, and uploads the given asset to the bootstrap Bucket, making it the source of the CodeBuild Project.The text was updated successfully, but these errors were encountered: