@cloudcamp/aws-runtime
Version:
CloudCamp - Launch faster by building scalable infrastructure in few lines of code.
11 lines (10 loc) • 690 B
TypeScript
export { RepositoryHost } from "./types";
export { LanguageCode } from "./language";
export { App, Configuration } from "./app";
export { PipelineStack, PipelineStackProps } from "./pipeline";
export { Stage } from "./stage";
export { Stack } from "./stack";
export { Database, DatabaseProps, DatabaseVariables } from "./database";
export { WebService, WebServiceProps, ScheduleScalingProps, MetricScalingProps, WebServiceAlarmProps, AlarmConfiguration, ScalingSchedule, SlackConfiguration, } from "./webserver";
export { Ref, RefParameterProps } from "./ref";
export { Domain, DomainProps, MxRecordProps, CNameRecordProps, ARecordProps, AaaaRecordProps, TxtRecordProps, } from "./domain";