filmov
tv
How to add serverless functions to Django in 6 minutes (using HTMX and AWS Lambda) 🧠

Показать описание
Hi fellow Django-er 🐎
When do you use serverless functions?
Answer: for long-running tasks (e.g., preparing PDFs, sending emails, machine learning tasks). If you don't run long-running functions outside your main server, these tasks will make your server unresponsive to new requests from users, causing a rubbish user experience.
Some people use background workers to create long-running tasks. For me, serverless functions are easier to write, simpler to test, and much easier to debug. They're also infinitely scalable (which is cool). ♾️
00:00 Overview
00:18 Section 1 - Setup Django project
01:01 Section 2 - Create Django app
02:20 Section 2 - First look at our frontend
02:24 Section 3 - Add serverless function
03:55 Section 4 - Connect our app to our serverless function
05:25 Final product 🎉
05:38 How it works
07:47 Why I use serverless functions instead of background workers
When do you use serverless functions?
Answer: for long-running tasks (e.g., preparing PDFs, sending emails, machine learning tasks). If you don't run long-running functions outside your main server, these tasks will make your server unresponsive to new requests from users, causing a rubbish user experience.
Some people use background workers to create long-running tasks. For me, serverless functions are easier to write, simpler to test, and much easier to debug. They're also infinitely scalable (which is cool). ♾️
00:00 Overview
00:18 Section 1 - Setup Django project
01:01 Section 2 - Create Django app
02:20 Section 2 - First look at our frontend
02:24 Section 3 - Add serverless function
03:55 Section 4 - Connect our app to our serverless function
05:25 Final product 🎉
05:38 How it works
07:47 Why I use serverless functions instead of background workers
Up and Running with Serverless Functions: Create Your First Serverless Function
How to build serverless APIs with Azure Functions | Azure Tips and Tricks
Edge functions VS Serverless functions
Create your first Serverless Function using VS Code [4 of 16] | Beginner's Series to: Serverles...
Building Your Backend With Serverless Functions
Google Cloud Functions Python QuickStart: HTTP & Serverless Tutorial with Example
The best place to host your serverless functions (for FREE!)
How to add serverless functions to Django in 6 minutes (using HTMX and AWS Lambda) 🧠
Serverless Functions in JavaScript | Build Netlify Serverless Functions with JavaScript
Serverless Computing in 100 Seconds
Azure Function Apps Tutorial | Introduction for serverless programming
Build and Deploy Secure Serverless Functions with Netlify
Serverless Functions and Vue.js - Sarah Drasner - VueConf US 2018
Building UI Extensions with React and Serverless Functions
Google Cloud Functions Tutorial: HTTP & API Gateway & Pub/Sub Triggers + Authentication &...
your first aws lambda function in vsCode - 10 min tutorial - for beginners
AWS Step Functions with Lambda Tutorial | Step by Step Guide
Create Your First AWS Lambda Function | AWS Tutorial for Beginners
#15 Adding HTTP API Endpoints to Our Serverless Framework Service
AZ-900 Episode 17 | Azure Serverless Computing Services | Functions, Logic Apps, Event Grid
Still using Lambda Functions for your APIs? Watch This! #dynamodb #api #lambda #appsync
Querying Data from Serverless Functions in Next.js
Netlify Serverless Functions with Netlify Dev
🌐 Next js Serverless Functions Explained for Modern Web Development
Комментарии