Skip to content

chore: remove reliance on decdk in build system#18760

Merged
mergify[bot] merged 1 commit intomasterfrom
benisrae/donot-rely-on-decdk
Feb 1, 2022
Merged

chore: remove reliance on decdk in build system#18760
mergify[bot] merged 1 commit intomasterfrom
benisrae/donot-rely-on-decdk

Conversation

@eladb
Copy link
Copy Markdown
Contributor

@eladb eladb commented Feb 1, 2022

Various pieces in the build system relied in decdk as a package that took a dependency on all modules. We removed decdk so we need to break this dependency and use aws-cdk-lib instead.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Various pieces in the build system relied in `decdk` as a package that took a dependency on all modules. We removed `decdk` so we need to break this dependency and use `aws-cdk-lib` instead.
@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Feb 1, 2022

@eladb eladb requested a review from rix0rrr February 1, 2022 05:54
@github-actions github-actions bot added the aws-cdk-lib Related to the aws-cdk-lib package label Feb 1, 2022
# Run rosetta against decdk dir, failing on compilation errors
# Run rosetta against aws-cdk-lib dir, failing on compilation errors
node --experimental-worker $scriptdir/../node_modules/.bin/jsii-rosetta \
--directory $scriptdir/../packages/decdk \
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rix0rrr will this work?

@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Feb 1, 2022
// Decdk depends on everything, so that's a perfect directory to load as closure
await typesystem.loadNpmDependencies(path.resolve(__dirname, '..', 'packages', 'decdk'), { validate: false });
// aws-cdk-lib depends on everything, so that's a perfect directory to load as closure
await typesystem.loadNpmDependencies(path.resolve(__dirname, '..', 'packages', 'aws-cdk-lib'), { validate: false });
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rix0rrr will this work?

--verbose \
--cache ${rosetta_cache_file} \
--directory packages/decdk \
--directory packages/aws-cdk-lib \
Copy link
Copy Markdown
Contributor Author

@eladb eladb Feb 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rix0rrr will this work? Also - how come this did not break our release last week?

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 1efb823
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Feb 1, 2022

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 49badb5 into master Feb 1, 2022
@mergify mergify bot deleted the benisrae/donot-rely-on-decdk branch February 1, 2022 08:54
kornicameister added a commit to kornicameister/aws-cdk that referenced this pull request Feb 3, 2022
* origin/master: (74 commits)
  chore: remove reliance on `decdk` in build system (aws#18760)
  chore: add repository directory for all packages.json  (aws#17203)
  docs(ecs): correct comment documentation for NetworkMode (aws#17841)
  feat(ecs): expose image name in container definition (aws#17793)
  feat(ecr): add server-side encryption configuration  (aws#16966)
  chore(region-info): ap-southeast-3 (Jakarta) ROUTE_53_BUCKET_WEBSITE_ZONE_ID (aws#18110)
  chore: reassign njlynch's ownership areas (aws#18751)
  chore(ecs-service-extensions): migrate tests to assertions (aws#18649)
  chore(s3): Fixed documentation for `InventoryFormat.ORC` (aws#18717)
  feat(iot): add Action to republish MQTT messages to another MQTT topic (aws#18661)
  chore(rds): add support for PostgreSQL 14 (aws#18713)
  fix(core): correctly reference versionless secure parameters (aws#18730)
  fix(ec2): `UserData.addSignalOnExitCommand` does not work in combination with `userDataCausesReplacement` (aws#18726)
  fix(vpc): Vpc.fromLookup should throw if subnet group name tag is explicitly given and does not exist (aws#18714)
  docs(dynamodb): add note around table encryption (aws#18721)
  chore: override `markdown-it` version (aws#18723)
  docs(cfnspec): update CloudFormation documentation (aws#18741)
  chore(release): 1.142.0
  chore(lambda-layer-awscli): contains a CLI version with a CVE (aws#18727)
  chore(lambda-python): remove Pillow dependency (aws#18722)
  ...
TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Feb 21, 2022
Various pieces in the build system relied in `decdk` as a package that took a dependency on all modules. We removed `decdk` so we need to break this dependency and use `aws-cdk-lib` instead.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

aws-cdk-lib Related to the aws-cdk-lib package contribution/core This is a PR that came from AWS.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants