| 9 | import { BuildSpec, LinuxBuildImage, PipelineProject } from 'aws-cdk-lib/aws-codebuild'; |
| 10 | |
| 11 | export class PipelineStack extends Stack { |
| 12 | constructor(scope: Construct, id: string, props?: StackProps) { |
| 13 | super(scope, id, props); |
| 14 |
nothing calls this directly
no outgoing calls
no test coverage detected