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.
Project Cache
Section titled “Project Cache”const invalidateProjectCache = yield* AWS.CodeBuild.InvalidateProjectCache(project);
yield* invalidateProjectCache();