MCPcopy Create free account
hub / github.com/anomalyco/console / createConfigParser

Function createConfigParser

infra/autodeploy.ts:153–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153function createConfigParser() {
154 return new sst.aws.Function("AutodeployConfigParser", {
155 handler: "packages/backend/src/function/run/config-parser.handler",
156 timeout: "1 minute",
157 nodejs: {
158 install: ["esbuild", "@esbuild/linux-arm64"],
159 },
160 });
161}

Callers 1

autodeploy.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected