(aws-lambda-nodejs): Windows bundling issue with chain command #30543
Labels
@aws-cdk/aws-lambda-nodejs
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
Describe the bug
We are not able to bundle the lambdas using
aws-cdk
. we getIllegal character '"' in input file.
error.Windows CMD doesn't not support "&&" as chain command, and instead we should use ";"
we need to change this function to
Expected Behavior
yarn cdk deploy ..
should be able to bundle the lambdas onwindows
Current Behavior
yarn cdk deploy ..
raisesIllegal character '"' in input file.
error on windows.Reproduction Steps
Try to run following sample on windows
and then try to bundle the stack
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.133.0
Framework Version
No response
Node.js Version
v22.1.0
OS
windows
Language
TypeScript
Language Version
5.4.3
Other information
No response
The text was updated successfully, but these errors were encountered: