amplify build
-related commands failing for Go Lambdas in Windows because of wrong argument to executeCommand
#13790
Closed
2 tasks done
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
12.12.0
What operating system are you using?
Windows
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
no manual changes made.
Describe the bug
i cannot build Lambda functions in Go because of:
amplify-cli/packages/amplify-go-function-runtime-provider/src/runtime.ts
Line 96 in d583756
it passes go.exe as an argument to go command which is used inside executeCommand.
Expected behavior
should be able to build Go Lambda functions in Windows.
my #13789 PR should fix this.
Reproduction steps
try
amplify build
in Windows in a project that has Go Lambda functions.Project Identifier
No response
Log output
No response
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: