dgavey / netlify-functions-example

A demo of how you can pre-build your functions with dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Functions Example

This repo serves as examples of how you can zip up your lambda functions with it's dependencies on Netlify. Full blog post write up on Dev.to. Demo Site Here

Oddities

  • Netlify Dev (CLI) won't serve functions on a purely static site, so I included an extremely basic eleventy generator
  • Netlify Dev (CLI) won't allow access to functions in folders unless there is a build command in dev environment

About

A demo of how you can pre-build your functions with dependencies


Languages

Language:JavaScript 68.4%Language:HTML 31.6%