An open API service indexing awesome lists of open source software.

https://github.com/ekafyi/smol-netlify-functions

Minimal Netlify Functions example with a static HTML frontend and no dependencies
https://github.com/ekafyi/smol-netlify-functions

netlify-functions serverless-functions

Last synced: 3 months ago
JSON representation

Minimal Netlify Functions example with a static HTML frontend and no dependencies

Awesome Lists containing this project

README

        

# smol-netlify-functions

small puppies under a blanket
smol. photo by Sophia Kunkel.

---

Minimal Netlify Functions example with a single file static HTML frontend and no dependencies.

[![Deploy with Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ekafyi/smol-netlify-functions)

This template may be useful if:

- You don't need a frontend; you only need to develop the lambda functions
- You have a static frontend (HTML, CSS, JS files in a folder) that requires no build process/command
- You are new to Netlify lambda functions and want to explore how it works without getting distracted by the frontend web apps dependencies and commands