We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mock
yarn
v18.19.0
12.10.2
Mac
N/A
when running amplify mock function <functionID> --event src/event.json, got error
amplify mock function <functionID> --event src/event.json
tcp :8900: connect: connection refused
when running amplify mock function <functionID> --event src/event.json, lambda should work as expected.
yarn init -y
amplify init -y
amplify add function
go
No response
# Put your logs below this line
The text was updated successfully, but these errors were encountered:
mock doesn't work because our Go Runtime has already upgraded from go1.x (#13671), which means the RPC we use for mock doesn't work anymore.
ref:
Sorry, something went wrong.
No branches or pull requests
How did you install the Amplify CLI?
yarn
If applicable, what version of Node.js are you using?
v18.19.0
Amplify CLI Version
12.10.2
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
N/A
Describe the bug
when running
amplify mock function <functionID> --event src/event.json
, got errorExpected behavior
when running
amplify mock function <functionID> --event src/event.json
, lambda should work as expected.Reproduction steps
yarn init -y
amplify init -y
amplify add function
, choosego
.amplify mock function <functionID> --event src/event.json
, see the error.Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: