Skip to content

Commit

Permalink
CDK Rebase (#1117)
Browse files Browse the repository at this point in the history
* Rebased and merging in actual changes

* Adding code for destination policy update

* Changing logic to use subscriptionFilterRoleArn

* Updating custom resource runtime

* Testing some code for update custom resource

* Trying to force custom resource update

* Updating uuid to force update

* Fixing custom resource again

* Removing uuid from other function

* Fixing uuid()

* Fixing props object

* ADding some logging

* Moving logging

* More logging

* Fixing subscriptionfilterrolearn

* Removing additional log statements

* Reducing Store Outputs SM max concurrency from 50 to 20. Also adding limit increase requests for both CloudWatch Logs and Lambda Concurrency

* Reducing Store Outputs SM max concurrency from 50 to 20. Also adding limit increase requests for both CloudWatch Logs and Lambda Concurrency

* Updating maxconcurrency in one more sm to 20

* Adding extra logging stmts

* Removing additional logging statements

* Moving SM concurrent executions down to 10 from 20 to Mirror Ryan's limits

* Create force-github-actions.txt

* Create force-github-actions.txt

* Prettier Formatting

* Fixing prettier issue with more files

* Fixing prettier issues

* Fixing typing issue for results

* Adding if statement around subscriptionFilterRoleArn. If it doesn't exist, don't add Subscription Filter

* update alb ip monitor dns lookup check

* CDK v2 upgrade with merged in code

* Fixing initial setup props and adding backoff

* removing cdk from cdk.IConstruct

* Replacing all on @aws-cdk to aws-cdk-lib and fixing packaging issues

* Fixing IConstruct import

* IConstruct in another function...

* Fixing aws-cdk/core/lib/debug

* Adding logging inside constructor to see if this.principals exists

* Adding conditional around this.principals

* Changing null check for list.length

* Extra logging in createSecret

* Fixing construct import

* adding path

* Upgrading path

* Adding path for phase 5 stuff

* update fortinet amis to 6.4.11/6.4.9

* Fixing formatting

* Last formatting fix

* Fixing IDependable import

* Fixing Construct imports

* Fixing Construct Node issue

* Fixing import issue in guardduty admin setup

* Fixing 'cdk.aws_certificatemanager.ValidationMethod' issue by switching to validation

* Removing trustAccountIdentities: true since it is default and deprecated

* Fixing validation issue in acm

* Fixing additiona; test issues in certificates, name-tagger.spec and unsupported-changed.spec.ts

* Name Tagger Test update

* Fixing cfnspec import issue

* Fixing jest.ts assert import

* Adding update in package.json

* changing aws-core to aws-cdk-lib in jest.ts

* Fixing dependency for custom-resource-macie-enable-runtime

* Updating pnpm-lock

* Adding dependencies for a few custom resources

* Fixing jest template issue

* Fixing custom resource package.json

* Fixing imports for Handler properties on macie-export and macie-update;
'

* CloudASsembly

* Updating snapshot, snapshot changed from c8XXXXX to human readable names due to new unique id

* AWS Config rule IAM Password Policy boolean values

* Fixed install error and updated lock file

* Fixed linting and dependencies

* Fix for PrincipalArn behavior in L-SFN-MasterRole

* Fixing role arn

* Fixing role, adding iam after partition

* Switching / and : in arn

* changed param name to shorthand

---------

Co-authored-by: Ryan Cerrat <[email protected]>
Co-authored-by: rycerrat <[email protected]>
Co-authored-by: Brian969 <[email protected]>
Co-authored-by: Ryan Jaeger <[email protected]>
Co-authored-by: Colin Lavallee <[email protected]>
Co-authored-by: hickeydh <[email protected]>
  • Loading branch information
7 people authored Mar 9, 2023
1 parent b5dc19c commit 6642b61
Show file tree
Hide file tree
Showing 342 changed files with 4,975 additions and 7,471 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = {
],
'@typescript-eslint/no-empty-function': 'error',
'@typescript-eslint/no-empty-interface': 'error',
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-floating-promises': 'error',
'@typescript-eslint/no-misused-new': 'error',
'@typescript-eslint/no-namespace': 'off',
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"build": "pnpm recursive run --no-bail build",
"test": "pnpm recursive run --no-bail --workspace-concurrency 1 test -- --pass-with-no-tests --silent --max-workers 1",
"lint:typecheck": "pnpx tsc -p tsconfig.tsc.json ",
"lint:eslint": "pnpx eslint . --ext .js,.jsx,.ts,.tsx"
"lint:eslint": "pnpx eslint . --ext .ts,.tsx"
},
"devDependencies": {
"@types/node": "14.14.31",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"prettier": "2.2.1",
"eslint": "7.25.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-deprecation": "1.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "33.0.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-unicorn": "31.0.0"
"eslint-plugin-unicorn": "31.0.0",
"prettier": "2.2.1"
}
}
Loading

0 comments on commit 6642b61

Please sign in to comment.