amplify-go-function-runtime-provider
Version:
Provides functionality related to functions in Go 1.x on AWS
12 lines • 541 B
TypeScript
export declare const BIN_LOCAL = "bin-local";
export declare const BIN = "bin";
export declare const SRC = "src";
export declare const DIST = "dist";
export declare const MAIN_SOURCE = "main.go";
export declare const MAIN_BINARY = "bootstrap";
export declare const MAIN_BINARY_WIN = "bootstrap.exe";
export declare const BASE_PORT = 8900;
export declare const MAX_PORT = 9999;
export declare const packageName = "amplify-go-function-runtime-provider";
export declare const relativeShimSrcPath: string;
//# sourceMappingURL=constants.d.ts.map