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. + +