From 35a6ec3ca9f8f748720d3ed88cc6f82bb20e099c Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Wed, 30 Oct 2024 13:30:08 +0100 Subject: [PATCH] New doc page: how bref works --- docs/_meta.json | 1 + docs/how-it-works.mdx | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 docs/how-it-works.mdx diff --git a/docs/_meta.json b/docs/_meta.json index 5f778cb4a..736d1e20e 100644 --- a/docs/_meta.json +++ b/docs/_meta.json @@ -13,6 +13,7 @@ "title": "How it works" }, "runtimes": "PHP runtimes for Lambda", + "how-it-works": "How Bref works in details", "serverless-costs": "Serverless costs", "-- Workflow": { "type": "separator", diff --git a/docs/how-it-works.mdx b/docs/how-it-works.mdx new file mode 100644 index 000000000..820659809 --- /dev/null +++ b/docs/how-it-works.mdx @@ -0,0 +1,11 @@ +import { NextSeo } from 'next-seo'; + + + +# How Bref and AWS Lambda work + +Bref runs PHP on AWS Lambda. This video explains in details how it works. + +Note that understanding the low-level details is not necessary to use Bref. This video is for those who are curious about how Bref works under the hood. + +