p6-namer

Sets the AWS IAM Account Alias with a Custom Resource

Usage no npm install needed!

<script type="module">
  import p6Namer from 'https://cdn.skypack.dev/p6-namer';
</script>

README

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

P6Namer

LICENSE

License Gitpod ready-to-code

CI/CD

GitHub Build Workflow Status GitHub Release Workflow Statuss Snyk Vulnerabilities for GitHub Repo Sonarcloud Status GitHub commit activity GitHub commit activity

Distributions

Method Version Daily Weekly Monthly Yearly Total
NPM npm NPM Weekly Downloads NPM Monthly Downloads NPM Yearly Downloads NPM Total Downloads
PYPI PyPI PyPI - Downloads PyPI - Downloads PyPI - Downloads
Nuget Nuget NuGet Downloads
Maven Central Maven Central Maven Maven
GoLang
Kotlin

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',
});

Architecture

./assets/diagram.png

Author

Philip M. Gollucci pgollucci@p6m7g8.com