cloudeninc / clouden-cdk-aws-lambda-typescript

TypeScript Build Step for AWS CDK Lambda
MIT License
8 stars 2 forks source link

Rebuilt against CDK 1.4.0 #1

Closed juhamust closed 5 years ago

juhamust commented 5 years ago

Fixes the compatibility issue with 1.4.0

kennu commented 5 years ago

Thanks!

kennu commented 5 years ago

I'm not sure how to best manage this kind of dependency, where this component basically needs to be rebuilt every time a new AWS CDK is released. I guess it should be done automatically.

kennu commented 5 years ago

For now, I published this as the latest version (0.9.6).

juhamust commented 5 years ago

At least this time the re-building was required: Bind method response was changed and rebuilding fixed. Perhaps things will settle as CDK gets more stable.