UNPKG

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

8 lines (7 loc) 148 B
export interface MethodMeta { name: string; httpMethod: string; path: string; basePaths?: string[]; isParameterized: boolean; }