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 #38

Merged
merged 1 commit into from
Jun 1, 2023
Merged

Conversation

plumdog
Copy link
Contributor

@plumdog plumdog commented Jun 1, 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 { SesSmtpCredentials } from 'ses-smtp-credentials-cdk'
    • to: import { SesSmtpCredentials } from 'ses-smtp-credentials-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 { SesSmtpCredentials } from 'ses-smtp-credentials-cdk/cdkv2'
    • to: import { SesSmtpCredentials } from 'ses-smtp-credentials-cdk'

@plumdog plumdog merged commit 1ce0ba4 into master Jun 1, 2023
1 check passed
@plumdog plumdog deleted the change-index-exports-to-cdkv2 branch June 1, 2023 07:42
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.

None yet

1 participant