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(cdkv2)!: Update to CDK V2 #25

Merged
merged 2 commits into from
Jan 17, 2022
Merged

feat(cdkv2)!: Update to CDK V2 #25

merged 2 commits into from
Jan 17, 2022

Conversation

jessedoyle
Copy link
Contributor

@jessedoyle jessedoyle commented Jan 14, 2022

  • Update the construct library for compatibility with AWS CDK
    version 2 using the migration process defined in 1.
  • Configure prettier to run a format check in CI.
  • Update all code format to prettier conventions.

BREAKING CHANGE: Usage of this library requires CDK >= 2.0.

Jesse Doyle added 2 commits January 14, 2022 15:15
* Update the construct library for compatibility with AWS CDK
  version 2 using the migration process defined in [1].

[1]: https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html#migrating-v2-v1-uppgrade
BREAKING CHANGE: Usage of this library requires CDK >= 2.0.
* Remove an unecessary `unit-tests` workflow file from GitHub actions.
* Configure prettier to run during CI and fail if changes are required.
* Run `prettier` to auto format all TypeScript code.
* Add a `.prettierignore` file to ignore the `lib` directory as
  our compiled code lives there.
@jessedoyle jessedoyle marked this pull request as ready for review January 17, 2022 21:44
@jessedoyle jessedoyle requested a review from a team as a code owner January 17, 2022 21:44
@jessedoyle jessedoyle merged commit 187b8ff into master Jan 17, 2022
@jessedoyle jessedoyle deleted the ab-34611 branch January 17, 2022 22:23
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.

2 participants