AWS CDK setups up a Custom Resource via Cloud Formation which sets the AWS IAM Account Alias
...
import { P6Namer } from 'p6-cdk-namer';
new P6Namer(this, 'AccountAlias', {
accountAlias: 'THE-ALIAS',
});
Philip M. Gollucci pgollucci@p6m7g8.com
Sets the AWS IAM Account Alias with a Custom Resource
Homepage Repository PyPI JavaScript
pip install p6-namer==0.9.2
AWS CDK setups up a Custom Resource via Cloud Formation which sets the AWS IAM Account Alias
...
import { P6Namer } from 'p6-cdk-namer';
new P6Namer(this, 'AccountAlias', {
accountAlias: 'THE-ALIAS',
});
Philip M. Gollucci pgollucci@p6m7g8.com