Code Monkey home page Code Monkey logo

Comments (8)

cynicaljoy avatar cynicaljoy commented on May 29, 2024

Ever time I've seen this with CDK it's because I was using a mix-mash of module versions. Can you validate that all of the CDK based modules in your package.json are you using 1.48.0?

from aws-solutions-constructs.

moltar avatar moltar commented on May 29, 2024

I'm actually using 1.50.0. I was urged by CDK CLI to upgrade today 🤷‍♂️

grep cdk package.json
    "@aws-cdk/aws-ec2": "1.50.0",
    "@aws-cdk/aws-iam": "1.50.0",
    "@aws-cdk/aws-lambda": "1.50.0",
    "@aws-cdk/aws-lambda-destinations": "1.50.0",
    "@aws-cdk/aws-lambda-event-sources": "1.50.0",
    "@aws-cdk/aws-rds": "1.50.0",
    "@aws-cdk/aws-sqs": "1.50.0",
    "@aws-cdk/core": "1.50.0",
    "@aws-cdk/assert": "1.50.0",
    "aws-cdk": "1.50.0",

from aws-solutions-constructs.

hnishar avatar hnishar commented on May 29, 2024

moltar@, cynicaljoy@ is correct, the versions of @aws-cdk/* modules must match the version of @aws-solutions-constructs/* modules, or else you will see that error, currently the latest version for @aws-solutions-constructs/* modules is 1.48.0, use that for @aws-cdk/* modules and it should work!

from aws-solutions-constructs.

moltar avatar moltar commented on May 29, 2024

Do you have a policy for upgrades? Any idea when this repo will be in sync with latest cdk package versions?

CDK CLI urged me to upgrade. It was in scary orange colour. I didn’t look into it, assuming there was a critical update. Figured there’s no harm in upgrading.

from aws-solutions-constructs.

hnishar avatar hnishar commented on May 29, 2024

moltar@, We try to refresh the patterns with the latest CDK versions as quickly as possible. That being said, the CDK CLI version can be different from the "dependencies" in package.json. As long as the version numbers in package.json dependencies match up, you should not see the error.

For example, CDK CLI v1.51.0 and package.json dependencies v1.48.0 will work just fine!

from aws-solutions-constructs.

hnishar avatar hnishar commented on May 29, 2024

moltar@ v1.50.0 is now released!

from aws-solutions-constructs.

moltar avatar moltar commented on May 29, 2024

We try to refresh the patterns with the latest CDK versions as quickly as possible

Maybe Renovate Bot with auto merge for PRs for "cdk" family of packages would be a good solution?

If you trust your test coverage.

It reacts pretty quickly, in under an hour, usually. Then tests pass, and PR might take another couple of hours to get closed.

That being said, the CDK CLI version can be different from the "dependencies" in package.json

That's good to know, thanks!

moltar@ v1.50.0 is now released!

🎉 thanks!

from aws-solutions-constructs.

hnishar avatar hnishar commented on May 29, 2024

Good suggestion! thanks!

from aws-solutions-constructs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.