• Pretty-prints the differences between two template states to the console.

    Returns

    the count of differences that were rendered.

    Parameters

    • oldTemplate: string

      the old/current state of the stack.

    • newTemplate: string

      the new/target state of the stack.

    • strict: boolean

      do not filter out AWS::CDK::Metadata

    • context: number

      lines of context to use in arbitrary JSON diff

    • quiet: boolean

      silences 'There were no differences' messages

    • Optional stream: FormatStream

    Returns number

Generated using TypeDoc