Skip to content

Commit 5e4a50a

Browse files
authored
feat: complete suspended accounts and aws nuke (#103)
1 parent 3acb48e commit 5e4a50a

File tree

22 files changed

+2400
-776
lines changed

22 files changed

+2400
-776
lines changed

.projen/deps.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
6161
'@aws-sdk/client-identitystore',
6262
'@aws-sdk/client-sso-admin',
6363
'@aws-sdk/client-iam',
64+
'@aws-sdk/client-cloudformation',
65+
'js-yaml',
66+
'@types/js-yaml',
6467
],
6568
/* Build dependencies for this repo/module. */
6669
devDeps: ['husky', '@types/aws-lambda', '@types/aws-sdk', '@types/node'],

API.md

Lines changed: 154 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/astro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export default defineConfig({
154154
{ label: 'Add Account', slug: 'sop/add-account'},
155155
{ label: 'Account Setup', slug: 'sop/account-setup'},
156156
{ label: 'IAM Identity Center', slug: 'sop/iam-identity-center'},
157+
{ label: 'AWS Nuke', slug: 'sop/aws-nuke'},
157158
]
158159
},
159160
{

0 commit comments

Comments
 (0)