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

Change index exports to cdkv2 #104

Merged
merged 1 commit into from
May 31, 2023
Merged

Conversation

plumdog
Copy link
Contributor

@plumdog plumdog commented May 31, 2023

CDK v1 is going EOL. Retaining the old code for now because it does still work.

Required changes:

  • If you are using CDK v1, you must change imports:
    • from: import { SopsSecretsManager } from 'sops-secretsmanager-cdk
    • to: import { SopsSecretsManager } from 'sops-secretsmanager-cdk/cdkv1

Recommended changes:

  • If you are using CDK v2, you should change imports (not required yet, but will become mandatory in a future major release)
    • from: import { SopsSecretsManager } from 'sops-secretsmanager-cdk/cdkv2
    • to: import { SopsSecretsManager } from 'sops-secretsmanager-cdk

@plumdog plumdog merged commit e4d82c8 into main May 31, 2023
@plumdog plumdog deleted the change-index-exports-to-cdkv2 branch May 31, 2023 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant