All the different types of functions!
Click to expand
Install the dependencies
npm install
Run the setup scripts
npm run setup
netlify dev
npm run deploy
Function names must match folder names.
When adding a new function, the server must be stopped and then restarted for it to work.
Setting cookies via functions works on live sites but not locally