Official 11ty docs
Serverless — Eleventy
17 posts in 'Serverless'
Live CMS Previews with Sanity and Eleventy
How to set up on-demand building in Eleventy to allow live content previews with Sanity CMS.
Aug 28, 2024
by Max Böck (8 posts) · Website & RSS feed
Categories: CMSDraftsHow to...Serverless
Migrating from Netlify to Cloudflare for AI bot protection
How I migrated my static site from Netlify to Cloudflare including setting up Functions to handle contact form requests
Aug 6, 2024
by Sia Karamalegos (11 posts) · Website & RSS feed
Categories: DeploymentHow to...Serverless
Building a Live Preview with Eleventy, Contentful, and Liquid Templating
As a part of the marketing team at Heyflow, I collaborate with people who work on the company’s website. Although all team members are technically acquainted, sometimes they struggle to update the website. The struggle is not being able to visualize what will change on the page when updating the content. Saving the updates and […]
Mar 22, 2024
by Silvestar Bistrović (3 posts) · Website & RSS feed
Categories: CMSHow to...NetlifyRemote DataServerless
How to Fix Eleventy Serverless Functions on Netlify
In a strange turn of events where I made zero changes to my code, my serverless functions suddenly stopped working, until now.
Oct 3, 2023
by Troy V (2 posts) · Website & RSS feed
Categories: How to...NetlifyServerless
Running Eleventy Serverless On AWS Lambda@Edge
Eleventy is great. It’s a static site generator written in JavaScript, for “Fast Builds and even...
Mar 3, 2023
by Gabi Dobocan (1 post) · Website & RSS feed
Categories: ServerlessHow to...
CAUTION
The posts below were published before the release of Eleventy v2.0.0 (Feb 8, 2023). Information in these posts may be out of date. The current stable release is 2.0.1. Eleventy v3.0 is currently under development and available for testing.
11ty Serverless and Object Permalinks: Hybrid Rendering
Learn how to reuse a single source template in 11ty Serverless to generate both a static and server-rendered page.
Sep 5, 2022
by Aleksandr Hovhannisyan (14 posts) · Website & RSS feed
Categories: ServerlessPermalinks
Eleventy: Build vs. Serverless vs. Edge
A post by Zach Leatherman (zachleat)
Aug 21, 2022
by Zach Leatherman (44 posts) · Website & RSS feed
Categories: ServerlessEdge Functions
Building a Quiz with Eleventy and Eleventy Serverless
How I built an Eleventy site driven by dynamic quiz data.
Jun 18, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: ServerlessHow to...
Serverless blog with 11ty, GraphCMS and Firebase
The idea behind this experiment was to ignore modern practices: no Vercel and the complete React... Tagged with 11ty, eleventy, firebase, graphcms.
Feb 28, 2022
by Tim Vermaercke (1 post) · Website & RSS feed
Categories: ServerlessHow to...Blogging
CAUTION
The posts below were published before the release of Eleventy v1.0.0 (Jan 9, 2022). Information in these posts may be out of date. The current stable release is 2.0.1. Eleventy v3.0 is currently under development and available for testing.
Going serverless with Eleventy
Let's walk through how to configure Eleventy and how to use Eleventy Serverless to handle asynchronous logic in a real-world project.
Dec 1, 2021
by David Atanda (2 posts) · Website
Categories: Serverless
Building server-rendered search for static sites with 11ty Serverless, Netlify, and Algolia
Learn how to code progressive enhancement on the Jamstock with 11ty Serverless, Netlify, and Algolia, without bloating our codebase,
Oct 3, 2021
by Bryan Robinson (15 posts) · Website
Categories: ServerlessSearchHow to...
Blog post filter with Netlify Functions
I built my first ever serverless feature to add tag filtering to my blog listing. Here's how I integrated that to my Ghost & Eleventy setup with Netlify Functions.
Jul 28, 2021
by Juha-Matti Santala (14 posts) · Website & RSS feed
Categories: FiltersHow to...ServerlessRemote Data
Build your own shop with the Shopify Storefront API, Eleventy, and serverless functions
Learn how you can create your own online shopping experience using the improved Shopify Storefront API, serverless functions, and Eleventy.
Jul 20, 2021
by Phil Hawksworth (6 posts) · Website
Categories: ServerlessHow to...
Creating a dynamic color converter with 11ty Serverless
11ty started out as a static site generator, but is quickly getting into the dynamic game. Use the templates and structure you love, but use them on the server, as well!
Jul 2, 2021
by Bryan Robinson (15 posts) · Website & RSS feed
Categories: Serverless
Migrating from Node and Express to the Jamstack - Part 3
Father, husband, developer relations and web standards expert, and cat demo builder.
Aug 16, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Migrating to EleventyServerlessHow to...Remote Data
Migrating from Node and Express to the Jamstack - Part 2
A look at how you can migrate from Node to the Jamstack - this edition focused on users
Aug 15, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: ServerlessMigrating to Eleventy