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
10 lines (9 loc) • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlatformType = void 0;
var PlatformType;
(function (PlatformType) {
PlatformType["AWS"] = "aws";
PlatformType["GCP"] = "gcp";
PlatformType["AZURE"] = "azure";
})(PlatformType || (exports.PlatformType = PlatformType = {}));