Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New doc page: how bref works #1878

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading