Skip to content

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

License

Notifications You must be signed in to change notification settings

p6m7g8/p6-cdk-namer

Repository files navigation

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