netlify / ask-netlify

A place to submit questions for Netlify to answer in tutorials, podcasts and blog posts
https://ask.netlify.com
32 stars 8 forks source link

How do I get started using serverless functions? #1

Open philhawksworth opened 5 years ago

philhawksworth commented 5 years ago

About me

My question in a little more detail

There is a lot of buzz around serverless functions, but I'm a but intimidated about getting started. How do I break the seal and start using functions-as-a-service?

davepenfold commented 5 years ago

I was disappointed to learn that Netlify functions are only supported if you connect a hosted git repository to your Netlify account. If you host your own source control system (self hosted gitlab/github etc...) then you can't use Netlify functions.

j-f1 commented 5 years ago

Also interested in learning how to run the functions locally for development.