Skip to content

Commit

Permalink
Merge pull request #1878 from brefphp/how-bref-works
Browse files Browse the repository at this point in the history
New doc page: how bref works
  • Loading branch information
mnapoli authored Oct 30, 2024
2 parents e1a3266 + 35a6ec3 commit f5a92c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions docs/how-it-works.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { NextSeo } from 'next-seo';

<NextSeo description="Deep dive into how PHP runs serverless on AWS Lambda with Bref" />

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

<iframe className="mt-4 w-full aspect-video" src="https://www.youtube.com/embed/r8fgR0lTV-k?si=x6qiscnX-lEo-VOQ&amp;start=399" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

0 comments on commit f5a92c3

Please sign in to comment.