-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
local function hangs #79
Comments
I've tried setting:
And it still doesn't work, but I don't think that I should need to set that since I'm using an async function? |
If I do |
From this link, it looks like maybe this is expected behavior: serverless/serverless#470 (comment) And maybe it should be covered in the documentation? |
@srchulo did you get this all sorted out? I'm trying to get |
When I follow this example:
By invoking my function locally:
sls invoke local -f myFunction
results
gets returned by the handler, but then it just hangs forever and thesls
command never returns (command prompt doesn't come back). I need to hit ctrl c to end it.The text was updated successfully, but these errors were encountered: