UNPKG

@pepperize/cdk-organizations

Version:

Manage AWS organizations, organizational units (OU), accounts and service control policies (SCP).

5 lines (4 loc) 117 B
import { App, Stack } from "aws-cdk-lib"; declare const app: App; declare const stack: Stack; export { app, stack };