UNPKG

@aws-cdk/aws-lambda-go-alpha

Version:

The CDK Construct Library for AWS Lambda in Golang

8 lines (7 loc) 390 B
import { SpawnSyncOptions } from 'child_process'; export declare function getGoBuildVersion(): boolean | undefined; /** * Spawn sync with error handling */ export declare function exec(cmd: string, args: string[], options?: SpawnSyncOptions): import("child_process").SpawnSyncReturns<string | Buffer>; export declare function findUp(name: string, directory?: string): string | undefined;