[QUESTION] - Using serverless framework and test application locally #282
Unanswered
fjpa121197
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use serverless framework local invoke feature to test application locally?
I have the following
serverless.yml
file:For example, by using
serverless invoke local --function queryData
I want to test the application, and the endpoints, but not sure how to pass the url path I want to test?My app.py file looks like this:
How can I test the path "/", and the other paths?
thanks
Beta Was this translation helpful? Give feedback.
All reactions