Matt Morgan
Matt Morgan
First, thanks for this great project. The number one thing keeping from serverless has always been the tooling/dev experience and I feel like a lot of those problems are being...
Fixes https://github.com/boyney123/cdk-eventbridge-socket/issues/4 I noticed this project had pinned CDK dependencies to 1.120.0. When those are listed as direct dependencies, all consumers of the lib need to use that exact version....
This is slightly related to https://github.com/boyney123/cdk-eventbridge-socket/issues/3 and you may want jsii anyway, but there's a more central issue of transitory dependencies as outlined https://dev.to/aws-builders/correctly-defining-dependencies-in-l3-cdk-constructs-45p. Switching to dev & peer dependencies...