Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Change addDependsOn to addDependency #54

Merged
merged 4 commits into from
Jun 3, 2023

Commits on Jun 2, 2023

  1. Change addDependsOn to addDependency

    addDependsOn is deprecated:
    
    ```
    ❯ yarn cdk synth
    info: Preparing App...
    [WARNING] aws-cdk-lib.CfnResource#addDependsOn is deprecated.
      use addDependency
      This API will be removed in the next major release.
    [WARNING] aws-cdk-lib.CfnResource#addDependsOn is deprecated.
      use addDependency
      This API will be removed in the next major release.
    ```
    hlascelles committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    0abe8f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    457d9b2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:blimmer/cdk-datadog-integration int…

    …o 2023-06-02/update-add-dependency-call
    blimmer committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    f3574f6 View commit details
    Browse the repository at this point in the history
  3. chore: self mutation

    Signed-off-by: github-actions <github-actions@github.com>
    github-actions committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    234e070 View commit details
    Browse the repository at this point in the history