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

Function loadSDK

packages/cli/src/commands/lambda/render-batch.ts:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43// Dynamic-import the SDK so tsup keeps it out of the static-import head of
44// the CLI bundle. See sites.ts loadSDK() for the full rationale.
45async function loadSDK(): Promise<typeof import("@hyperframes/aws-lambda/sdk")> {
46 return import("@hyperframes/aws-lambda/sdk");
47}
48
49/** Arguments accepted by `hyperframes lambda render-batch`. */
50export interface RenderBatchArgs {

Callers 1

runRenderBatchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected