DEV Community

Discussion on: I need some Lambda Function/ Netlify Function stuff.

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

You just need to install the netlify-cli npm package and then execute netlify dev command from your project.

That way you can test lambda functions even on local machine.

Check out this article where I have explained in detail.

You can also directly check the final code on the GitHub repository.

Collapse
 
cwraytech profile image
Christopher Wray

Yogesh, Thank you! Greatly appreciate it.

Collapse
 
cwraytech profile image
Christopher Wray

Yogesh, Started using the CLI today, and LOVE it. Thanks so much for the tip!

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

That's awesome👍