Skip to main content

SimpleAppModule

SimpleAppModule is a simple module to provide an implementation for the App model. It creates the root node of your infrastructure's model graph, but does not create any resources.

@example

TypeScript

import { SimpleAppModule } from '@quadnix/octo-aws-cdk/modules/app/simple-app';

octo.loadModule(SimpleAppModule, 'my-app-module', { name: 'test-app' });
@group

Modules/App/SimpleApp

@see

Hierarchy

Index

Constructors

Methods

Constructors

constructor

  • Returns SimpleAppModule

Methods

onInit

Page Options