sam-goodwin / eventual

Build scalable and durable micro-services with APIs, Messaging and Workflows
https://docs.eventual.ai
MIT License
174 stars 4 forks source link

Optimize init overhead by importing from aws-cdk-lib/core #366

Closed sam-goodwin closed 1 year ago

sam-goodwin commented 1 year ago

AWS CDK now exports the core library directly.

We should update the library to always use minimal imports to optimize the synth time.

Just requiring aws-cdk-lib is known to take over 10s