SonarJS linter helper functions
    Preparing search index...

    Function isS3BucketDeploymentConstructor

    • Detects S3 BucketDeployment's constructor invocation from 'aws-cdk-lib/aws-s3-deployment':

      const s3 = require('aws-cdk-lib/aws-s3-deployment'); new s3.BucketDeployment();

      Parameters

      • context: RuleContext
      • node: NewExpression

      Returns boolean