Sets the AWS IAM Account Alias with a Custom Resource


Keywords
aws, cdk, construct, iam, landing-zone, p6, p6m7g8, typescript
License
Apache-2.0
Install
pip install p6-cdk-namer==1.0.0

Documentation

AWS CDK: Sets the IAM Account Alias via A Custom Resource Lambda

P6CDKNamer

LICENSE

License

Other

Gitpod ready-to-code Sonarcloud Status GitHub commit activity GitHub commit activity

Usage

...
import { P6CDKNamer } from 'p6-cdk-namer';

new P6CDKNamer(this, 'AccountAlias', {
  accountAlias: 'THE-ALIAS',
});

Architecture

./assets/diagram.png

Author

Philip M. Gollucci pgollucci@p6m7g8.com