-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Support invoke/local #9
Comments
while looking into this it seems very possible at the outset but now seems blocked by a conflict in what rust crowbar expects in a provided context and what is provided by serverless' fake invoker context namely to properties would need to be added to serverless's provided context In addition serverless's invoke conext returns an memory_limit_in_mb as an in where crowbar assumes a str. Since crowbar works in production aws its likely its represented as a string and should be with serverless invoke context for consistency. It's also work taking note that crowbar has its own fake invoke context for testing that we may want to reference for comparison |
this seems to be blocked by some misalignment with the python context in serverless. I've opened pr to address there serverless/serverless#5291 |
1.33 of severless framework was just released which should now make invoke local possible |
closing to reopen for the new serverless runtime |
Doesn't work for me on Serverless 1.38.0. Using your serverless-aws-rust template.
Maybe reopen? |
Oops. I didn't see #20. Thanks, Google. :/ Please disregard. |
add support for
serverless invoke local -f function-name
The text was updated successfully, but these errors were encountered: