MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / loadSDK

Function loadSDK

packages/cli/src/commands/lambda/render.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23// Dynamic-import the SDK so tsup keeps it out of the static-import head of
24// the CLI bundle. See sites.ts loadSDK() for the full rationale.
25async function loadSDK(): Promise<typeof import("@hyperframes/aws-lambda/sdk")> {
26 return import("@hyperframes/aws-lambda/sdk");
27}
28
29export interface RenderArgs {
30 projectDir: string;

Callers 2

runRenderFunction · 0.70
waitForCompletionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected