This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
Bug: "cdk ls" performs Lambda function bundling when it shouldn't #683
Labels
bug
Something isn't working
Bug Description
When running
cdk ls
command, CDK perfoms Lambda functions bundling instead of simply returning list of stacks. This takes lot of time and populates console output with bundling output which makescdk ls
command nearly useless and might also indicate some issues with our bundling code implementationHow to Reproduce
cdk ls
What did you expect to happen?
Quickly see list of existing CDK stacks.
What actually happened?
Software Context
Operating system:
Environment:
Relevant software versions:
Additional context
This issue is discussed here and should be already fixed in CDK.
Could this be related to the shebang line or
main()
call in our app.py?The text was updated successfully, but these errors were encountered: