Email form sender with AWS Lambda, Brevo & reCAPTCHA
A tutorial on building a serverless email form using AWS Lambda, Brevo API, and Google reCAPTCHA for validation.
A tutorial on building a serverless email form using AWS Lambda, Brevo API, and Google reCAPTCHA for validation.
Explains the difference between event-driven architectures and event-based compute in serverless applications on AWS.
A developer explains why they prefer the Serverless Framework over AWS CDK for building serverless applications, citing abstraction and workflow benefits.
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.
A developer details building a custom, serverless search engine for a static blog using Java, Apache Lucene, Quarkus, and AWS Lambda.
Learn how to test AWS CDK Lambda functions locally using AWS SAM, avoiding frequent cloud deployments for faster development.
An introduction to Netlify Functions, explaining how they simplify AWS Lambda by abstracting away complex configuration and deployment.
A guide on how to connect an AWS API Gateway to trigger a Lambda function, creating a serverless REST API endpoint.
Explores 5 key use cases for AWS Lambda, including HTTP APIs, data processing, and IoT, highlighting its cost-efficiency and scalability.
Three methods for AWS Lambda functions in a VPC to access AWS services like CloudWatch, including NAT Gateway and VPC endpoints.
A step-by-step tutorial on creating and configuring an AWS Lambda function from scratch using the AWS Management Console.
An introduction to AWS Lambda, explaining its serverless, Function-as-a-Service model, cost benefits, and common use cases for developers.
Laravel Vapor is a new serverless hosting platform for Laravel applications, powered by AWS for auto-scaling and zero server maintenance.
A guide to three beginner-friendly serverless projects for ops engineers and web developers using AWS Lambda.
A guide to implementing custom authorizers in AWS Lambda and API Gateway for centralized authentication and authorization in serverless applications.
A tutorial on creating an Alexa skill to remotely control your computer using AWS Lambda and ngrok, even without a physical Alexa device.