So SST/Seeds builds are not working for us any lon...
# seed
m
So SST/Seeds builds are not working for us any longer. There is an issue with the
cdk deploy
command. I dug a bit deeper and as it turns out the AWS CDK packages depends on the package Color.js. The maintainer of Color.js (intentionally) pushed a commit that introduces an infinite loop (see issue here) in the latest version and the
aws-cdk
uses the latest version. There seems to be a PR for the
aws-cdk
that pins the version of
colors
to the latest stable version. Is there anything we can do to change it on our side and maybe fix this issue or do we have to wait until this gets merged into the latest
aws-cdk
release and then update?
f
@Maged Mortaga Taking a look..
working on a fix
@Maged Mortaga the issue should be resolved. We’ve applied the patch to pin the
colors
version.
Give it a try and let me know if it works for you.
m
Just tried to build again and it works Thank you very much 👍