()
| 19 | // `commands/lambda.ts` checks the import resolves before any subverb runs |
| 20 | // and prints a friendly install hint on `ERR_MODULE_NOT_FOUND`. |
| 21 | async function loadSDK(): Promise<typeof import("@hyperframes/aws-lambda/sdk")> { |
| 22 | return import("@hyperframes/aws-lambda/sdk"); |
| 23 | } |
| 24 | |
| 25 | export interface SitesCreateArgs { |
| 26 | projectDir: string; |