MCPcopy Create free account
hub / github.com/aws-samples/aws-serverless-books-api-sample /

Class

pipeline/lib/pipeline-stack.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { BuildSpec, LinuxBuildImage, PipelineProject } from 'aws-cdk-lib/aws-codebuild';
10
11export class PipelineStack extends Stack {
12 constructor(scope: Construct, id: string, props?: StackProps) {
13 super(scope, id, props);
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected