feat(codepipeline): add AWS CodePipeline integration with tools and block (#4945)

* feat(codepipeline): add AWS CodePipeline integration with tools and block

* fix(codepipeline): address review feedback on input coercion and error statuses

* chore(hooks): restore use-inline-rename onSave type accidentally swept into previous commit
This commit is contained in:
Theodore Li
2026-06-10 14:51:24 -04:00
committed by GitHub
parent 3cedac8e82
commit 1ff445ae80
40 changed files with 3227 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ const QUERY_HOOKS_DIR = path.join(ROOT, 'apps/sim/hooks/queries')
const SELECTOR_HOOKS_DIR = path.join(ROOT, 'apps/sim/hooks/selectors')
const BASELINE = {
totalRoutes: 804,
zodRoutes: 804,
totalRoutes: 811,
zodRoutes: 811,
nonZodRoutes: 0,
} as const