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

5 lines (4 loc) 278 B
import "reflect-metadata"; export declare function Controller(prefix?: string): (target: any) => void; export declare function Get(path: string): (target: any, propertyKey: string) => void; export declare function Post(path: string): (target: any, propertyKey: string) => void;