Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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