Skip to content

InvalidateProjectCache

Source: src/AWS/CodeBuild/InvalidateProjectCache.ts

Runtime binding for codebuild:InvalidateProjectCache — resets the bound project’s build cache so the next build starts cold.

const invalidateProjectCache = yield* AWS.CodeBuild.InvalidateProjectCache(project);
yield* invalidateProjectCache();