UNPKG

serverless-domain-manager

Version:
11 lines (10 loc) 264 B
"use strict"; class ApiGatewayMap { constructor(apiId, basePath, stage, apiMappingId) { this.apiId = apiId; this.basePath = basePath; this.stage = stage; this.apiMappingId = apiMappingId; } } module.exports = ApiGatewayMap;