AWS Made Simple: WTF is Amazon EventBridge
An introduction to Amazon EventBridge, explaining how it simplifies serverless architecture by decoupling services using an event-driven model.
An introduction to Amazon EventBridge, explaining how it simplifies serverless architecture by decoupling services using an event-driven model.
A frontend engineer explains how serverless architecture empowers them to focus on product building by abstracting away backend complexity.
Performance testing of DynamoDB Transactions compared to other API calls, including batch writes and failed transactions.
Explores 5 key use cases for AWS Lambda, including HTTP APIs, data processing, and IoT, highlighting its cost-efficiency and scalability.
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.
An overview of using Python with serverless services on AWS and GCP, based on a talk from the Python Frederick event.
A developer's wish list for new DynamoDB features, including filtered streams and Redis-like operations.
A frontend developer shares his personal journey and study resources for successfully passing the AWS Solutions Architect Associate certification exam.
Laravel Vapor is a new serverless hosting platform for Laravel applications, powered by AWS for auto-scaling and zero server maintenance.
Explains the differences between JAMStack and serverless web apps, focusing on their core architectural principles.
Explores the key advantages of JAMStack architecture, including tool flexibility and avoiding technology lock-in.
A deep dive into AWS S3 Batch Operations, covering its core elements and providing a walkthrough for running a batch job with Lambda and Comprehend.
A comprehensive guide to understanding the components and request lifecycle of AWS API Gateway for building serverless applications.
A guide to three beginner-friendly serverless projects for ops engineers and web developers using AWS Lambda.
Learn how to connect AWS API Gateway directly to SNS using a service integration, bypassing the need for custom compute like Lambda.
A guide to implementing custom authorizers in AWS Lambda and API Gateway for centralized authentication and authorization in serverless applications.
Examines four common data modeling patterns for DynamoDB in serverless applications, including simple use cases and complex relational approaches.