@quadnix/octo-aws-cdkModulesAppSimpleAppSimpleAppModuleOn this pageSimpleAppModule 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.@exampleTypeScriptimport { SimpleAppModule } from '@quadnix/octo-aws-cdk/modules/app/simple-app';octo.loadModule(SimpleAppModule, 'my-app-module', { name: 'test-app' });@groupModules/App/SimpleApp@seeSimpleAppModuleSchema for the input schema.AModule to learn more about modules.App to learn more about the App model.Hierarchyunknown<SimpleAppModuleSchema, App>SimpleAppModuleIndex ConstructorsconstructorMethodsonInitConstructors constructorSimpleAppModule(): SimpleAppModuleReturns SimpleAppModuleMethods onInitonInit(inputs: SimpleAppModuleSchema): Promise<App>Parametersinputs: SimpleAppModuleSchemaReturns Promise<App>
SimpleAppModuleis a simple module to provide an implementation for theAppmodel. It creates the root node of your infrastructure's model graph, but does not create any resources.TypeScript
Modules/App/SimpleApp
Appmodel.