Skip to main content

AwsMotoAccountModule

AwsMotoAccountModule is a Moto-based AWS account module that provides an implementation for the Account model. This module is specifically designed for testing environments using the Moto library, creating an AWS account with mock credentials and endpoints for unit testing.

@example

TypeScript

import { AwsMotoAccountModule } from '@quadnix/octo-aws-cdk/modules/account/aws-moto-account';

octo.loadModule(AwsMotoAccountModule, 'my-account-module', {
app: myApp,
endpoint: 'http://localhost:5000'
});
@group

Modules/Account/AwsMotoAccount

@see

Hierarchy

Index

Constructors

Methods

Constructors

constructor

  • Returns AwsMotoAccountModule

Methods

onInit

Page Options