()
| 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. |
| 45 | async 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`. */ |
| 50 | export interface RenderBatchArgs { |