4 Ways To Reduce Your Serverless Spending
A guide to reducing AWS serverless costs using commitment-based pricing for CloudFront, Lambda, and DynamoDB, and downgrading S3 storage.
A guide to reducing AWS serverless costs using commitment-based pricing for CloudFront, Lambda, and DynamoDB, and downgrading S3 storage.
Debugging and fixing the 'EMFILE: too many files open' error in AWS Lambda NodeJS by moving initialization logic and using Lambda Insights.
Explores building custom bindings for Azure Functions .NET Isolated Worker to reduce boilerplate code and focus on core function logic.
A recap of a live coding stream discussing Jamstack, serverless functions, and using Netlify with the DEV API.
A tutorial on building a serverless click tracker using the HTML ping attribute and AWS Lambda for transparent, cookie-free website analytics.
How to use SQLite with Litestream for serverless data replication, eliminating database servers and reducing costs to $0.03/month.
A developer's guide to building a serverless system for stamping and delivering eBooks using AWS Lambda, S3, and SES to overcome Paddle's limitations.
A summary of AWS Step Functions, covering state types, pricing models, and key concepts for building serverless workflows.
Analyzing AWS Lambda cold starts for ASP.NET, exploring initialization delays and benchmarking performance for serverless applications.
A guide to using AWS Step Functions for serverless data retrieval from 3rd party APIs, minimizing custom Lambda code.
Explains how to build event-driven functions using Postgres WAL and faasd, enabling app extension without code changes.
A deep dive into configuring and using AWS API Gateway access logs for debugging and performance analysis of serverless APIs.
A step-by-step tutorial on creating and deploying serverless functions using Netlify Cloud Functions, including setup, configuration, and testing.
An introduction to serverless Cloud Functions, explaining their benefits, use cases, and how they differ from traditional web servers.
Explains serverless methods to fetch random records from DynamoDB, S3, and Redis for applications like quiz apps.
Tutorial on building a multilingual question-answering API using XLM RoBERTa, HuggingFace, and AWS Lambda with container support.
A tutorial on deploying an Azure Function from a Docker container image to the Azure cloud platform, covering configuration and testing.
A tutorial on deploying a BERT Question-Answering API using HuggingFace Transformers, AWS Lambda with Docker container support, and the Serverless Framework.
A guide to preventing unexpected AWS charges using budget alerts, security measures, and monitoring strategies for personal or small-scale accounts.
Guide to using custom Docker images as runtimes for AWS Lambda, including setup with AWS SAM and ECR.