Open smivanhamrah opened 5 months ago
Most likely a valid issue.
@smivanhamrah Good afternoon. Thanks for reporting the issue and drafting the PR. Could you please share the minimal reproducible code sample for us to troubleshoot the issue?
Thanks, Ashish
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