lambda-go-alpha: go build breaks with spaces in path #28555
Labels
@aws-cdk/aws-lambda-go
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
Describe the bug
Path with space breaks go build
Expected Behavior
go build completes sucessfully
Current Behavior
go build is failing
Stack trace:
Reproduction Steps
Possible Solution
Quoting go build output, currently, it looks like:
The fix add quotes to output, which looks like:
go build -o "C:\Users\Long Viet Ta\git\work\cdk-test\cdk.out\bundling-temp-b9e04c81c84f386d3b5ad1bd760e90d6db81a132ee3efa8c7bdbc23e0dce2635\bootstrap" ./
PR: #28554
Additional Information/Context
No response
CDK CLI Version
2.110.1
Framework Version
No response
Node.js Version
18.17.1
OS
Window
Language
TypeScript
Language Version
5.2.2
Other information
No response
The text was updated successfully, but these errors were encountered: