AWS CDK setups up a Custom Resource via Cloud Formation which sets the AWS IAM Account Alias
P6Namer
Badges
Distributions
Summary
Deploys Custom Resource backed by a Lambda function with iam:CreateAccountAlias
permissions.
This function is idempotent so can be re-run with the same input.
Contributing
Code of Conduct
Changes
Usage
...
import { P6Namer } from 'p6-namer';
new P6Namer(this, 'AccountAlias', {
accountAlias: 'THE-ALIAS',
});
Author
Philip M. Gollucci pgollucci@p6m7g8.com