AWS CDK: Sets the IAM Account Alias via A Custom Resource Lambda
...
import { P6CDKNamer } from 'p6-cdk-namer';
new P6CDKNamer(this, 'AccountAlias', {
accountAlias: 'THE-ALIAS',
});
Philip M. Gollucci pgollucci@p6m7g8.com
Sets the AWS IAM Account Alias with a Custom Resource
pip install p6-cdk-namer==1.1.8
AWS CDK: Sets the IAM Account Alias via A Custom Resource Lambda
...
import { P6CDKNamer } from 'p6-cdk-namer';
new P6CDKNamer(this, 'AccountAlias', {
accountAlias: 'THE-ALIAS',
});
Philip M. Gollucci pgollucci@p6m7g8.com