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: Support AWS CDK v2 #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

therk
Copy link

@therk therk commented Feb 18, 2022

Description

Support AWS CDK v2

Per https://docs.aws.amazon.com/cdk/v1/guide/home.html,
the support for CDK v1 is until June 1, 2022.
Best to generate CDK v2 project
Example: https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html

PR Checklist

  • Migrations have been added if necessary
  • Unit tests have been added or updated if necessary
  • e2e tests have been added or updated if necessary
  • Changelog has been updated if necessary
  • Documentation has been updated if necessary

Issue

Resolves #7

# Description

Support AWS CDK v2

Per https://docs.aws.amazon.com/cdk/v1/guide/home.html,
the support for CDK v1 is until June 1, 2022.
Best to generate CDK v2 project
Example: https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html

# PR Checklist

- [X] Migrations have been added if necessary
- [X] Unit tests have been added or updated if necessary
- [X] e2e tests have been added or updated if necessary
- [X] Changelog has been updated if necessary
- [X] Documentation has been updated if necessary

# Issue

Resolves codebrewlab#7
@adrian-goe
Copy link

@tienne Do you mind looking on this PR? AWS CDK V1 is now unsupported

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.

Support AWS CDK v2
2 participants