Replies: 1 comment 3 replies
-
Answering myself due some progress. make a new file
this will launch my function on my local machine, not remote |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got the gesture on how most of the stuff works.
I'm able to
serverless deploy
)serverless invoke -f hello
)But I'm struggeling with how to develop this script locally, without having to deploy it all the time.
How does one start developing locally and running the code locally? (so not having to deploy it every time)
I understood that the script returns a function ()
but this is all quite new for me, so how does one run my lamba function locally? <3
(do I make a new php file that calls this file?)
Like how to I make
index.php
run locally?Looking for any and all feedback, or just an example somewhere, or guidance
Beta Was this translation helpful? Give feedback.
All reactions