blimmer / cdk-datadog-integration

Amazon Cloud Development Kit (CDK) logic to integrate your AWS account with Datadog
Apache License 2.0
19 stars 8 forks source link

Support newer CDK versions #17

Closed plumdog closed 3 years ago

plumdog commented 3 years ago

Fixes #16.

I fudged the pre-commit hook because it made all the documentation links point at my fork.

With this, I'm able to build the codebase (npm i && rm -rf ./build && npx tsc --outDir ./build && cp package.json ./build), copy that build/ to a directory within my project using a newer CDK version (though not necessarily matching the value in package-lock).

So I think this will do the right thing once sent via npm. (I have been down a similar road with https://github.com/isotoma/sops-secretsmanager-cdk)

blimmer commented 3 years ago

Looks good to me - thanks!