Y
Hacker News
new
|
ask
|
show
|
jobs
by
quackware
1415 days ago
And yet aws cdk has migrated to a monopackage design :(
https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html
2 comments
sondr3
1415 days ago
You will rarely, if ever, deploy an application running CDK, so the bundle size is more or less irrelevant. It’s basically a glorified YAML compiler used to bundle infrastructure.
link
oneplane
1415 days ago
Not only that, but you'll also not really be running it anywhere that isn't "on AWS", like a browser.
link
crazysim
1414 days ago
The cloudformation job will more than likely dwarf the tsc overhead from cdk stuff being a mono package.
link