arky-js
Version:
**Arky.js** is a powerful, annotation-based framework for building serverless applications on **AWS Lambda and API Gateway**. Inspired by Angular and NestJS, Arky.js simplifies serverless development by providing decorators for defining modules, controlle
9 lines (8 loc) • 462 B
TypeScript
export declare function getFileNameFromVarName(varName: string): string;
export declare function getFunctionName(name: string, filePath: string): string;
/**
* This function return lambda function file path name for local machine.
* This is to handle same name controller issue.
*/
export declare function getFilePathName(varName: string, filePath: string): string;
export declare function getClassNameWithSuffix(className: string, filePath: string): string;