Sets the AWS IAM Account Alias with a Custom Resource


Keywords
awesome, awesome-list, aws, cdk, construct, p6, p6m7g8, projen
License
Apache-2.0
Install
pip install p6-namer==0.9.2

Documentation

AWS CDK setups up a Custom Resource via Cloud Formation which sets the AWS IAM Account Alias

P6Namer

LICENSE

License

Other

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

Usage

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

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

Architecture

./assets/diagram.png

Author

Philip M. Gollucci pgollucci@p6m7g8.com