DEV Community

# lambda

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Power up your serverless application with AWS Lambda extensions

Power up your serverless application with AWS Lambda extensions

72
Comments
9 min read
🚀 Lambda Test Revolution: Master Mocking & Slash Costs with HTTP-Interceptor!

🚀 Lambda Test Revolution: Master Mocking & Slash Costs with HTTP-Interceptor!

59
Comments 1
3 min read
Stop using Lambda Layers (use this instead)

Stop using Lambda Layers (use this instead)

54
Comments 4
8 min read
How I Discovered That the AWS Lambda Runtime Might Be Written in Go

How I Discovered That the AWS Lambda Runtime Might Be Written in Go

47
Comments 20
2 min read
Introducing samp-cli for local Lambda debugging of SAM and CDK stacks

Introducing samp-cli for local Lambda debugging of SAM and CDK stacks

45
Comments
5 min read
Deploying Your First Serverless Lambda Application: A Beginner's Tutorial

Deploying Your First Serverless Lambda Application: A Beginner's Tutorial

44
Comments 2
5 min read
Clean authorization control in serverless functions

Clean authorization control in serverless functions

34
Comments 1
4 min read
Migrating from API Gateway V2 to V1 to get REST API features

Migrating from API Gateway V2 to V1 to get REST API features

27
Comments
4 min read
Serverless Site Health Check Notification System

Serverless Site Health Check Notification System

27
Comments 1
8 min read
Understanding AWS Lambda Proactive Initialization

Understanding AWS Lambda Proactive Initialization

24
Comments 4
9 min read
The need for a new backend framework

The need for a new backend framework

24
Comments 15
6 min read
Mastering Event-Driven Architecture: Triggering Lambda Functions with EventBridge

Mastering Event-Driven Architecture: Triggering Lambda Functions with EventBridge

23
Comments
2 min read
How Lambda starts containers 15x faster (deep dive)

How Lambda starts containers 15x faster (deep dive)

23
Comments
6 min read
Scheduling EC2 start and stop using Eventbridge and Lambda (part 1 of 2)

Scheduling EC2 start and stop using Eventbridge and Lambda (part 1 of 2)

21
Comments 2
8 min read
Building an Amazon Bedrock App for Text and Image Retrieval

Building an Amazon Bedrock App for Text and Image Retrieval

18
Comments 1
4 min read
The Elusive Lambda Console; A Specification Proposal.

The Elusive Lambda Console; A Specification Proposal.

15
Comments
3 min read
Ultimate guide to Secrets in Lambda

Ultimate guide to Secrets in Lambda

14
Comments 5
15 min read
Implementación de custom Lambda Authorizer para Amazon API Gateway

Implementación de custom Lambda Authorizer para Amazon API Gateway

14
Comments
9 min read
Effortless & Serverless File Uploading: Unleashing the Power of AWS S3 presigned urls with Lambda 📂

Effortless & Serverless File Uploading: Unleashing the Power of AWS S3 presigned urls with Lambda 📂

14
Comments
3 min read
7 Things Worth Knowing About Lambda Functions

7 Things Worth Knowing About Lambda Functions

14
Comments
2 min read
Cognito custom flow sign-in sends a confirm code via email

Cognito custom flow sign-in sends a confirm code via email

13
Comments 2
3 min read
How to save list on S3 using lambda function and boto3

How to save list on S3 using lambda function and boto3

13
Comments
2 min read
World of serverless: AWS Lambda & EventBridge

World of serverless: AWS Lambda & EventBridge

13
Comments
3 min read
AWS Lambda Use Cases: When You Should Use It?

AWS Lambda Use Cases: When You Should Use It?

12
Comments 1
6 min read
Lambda Internals: Why AWS Lambda Will Not Help With Machine Learning

Lambda Internals: Why AWS Lambda Will Not Help With Machine Learning

12
Comments 3
5 min read
💔 Goodbye Cold Starts ❤️Hello Proactive Initialization

💔 Goodbye Cold Starts ❤️Hello Proactive Initialization

12
Comments
2 min read
Thawing your Lambda Cold Starts with Lazy Loading

Thawing your Lambda Cold Starts with Lazy Loading

12
Comments
5 min read
How to enhance your Lambda function performance with memory configuration?

How to enhance your Lambda function performance with memory configuration?

12
Comments 2
4 min read
How to Use Python Lambda Functions

How to Use Python Lambda Functions

12
Comments 7
12 min read
The case for containers on Lambda (with benchmarks)

The case for containers on Lambda (with benchmarks)

12
Comments
6 min read
Prevent Lambda cold start using CDK

Prevent Lambda cold start using CDK

12
Comments
2 min read
Serverless Challenge - Is scaling achievable using Redis as a cache-aside pattern?

Serverless Challenge - Is scaling achievable using Redis as a cache-aside pattern?

11
Comments
6 min read
Mastering AWS Step Functions: Unleashing the Power of Nested Workflows

Mastering AWS Step Functions: Unleashing the Power of Nested Workflows

11
Comments 1
3 min read
Pros, Cons, and traps of EC2 Instance Start and Stop Schedules with AWS Lambda

Pros, Cons, and traps of EC2 Instance Start and Stop Schedules with AWS Lambda

11
Comments
3 min read
Cold Start Challenge in AWS Lambda Functions

Cold Start Challenge in AWS Lambda Functions

11
Comments 2
3 min read
How To Schedule a Lambda Function in AWS

How To Schedule a Lambda Function in AWS

11
Comments 4
3 min read
Amazon Inspector for Lambda standard and code scanning

Amazon Inspector for Lambda standard and code scanning

10
Comments 1
5 min read
Building a Simple Weather App With AWS Lambda and API Gateway

Building a Simple Weather App With AWS Lambda and API Gateway

10
Comments 1
4 min read
Building a Serverless Program with AWS Lambda, DynamoDB, and SQS

Building a Serverless Program with AWS Lambda, DynamoDB, and SQS

9
Comments 1
6 min read
Deploying lambda with custom docker image

Deploying lambda with custom docker image

9
Comments
3 min read
Take IT Shipping with Serverless Technology

Take IT Shipping with Serverless Technology

9
Comments 2
4 min read
AWS Step Functions: Creating a ‘Busy Waiting’ flow to wait for successful lambda executions.

AWS Step Functions: Creating a ‘Busy Waiting’ flow to wait for successful lambda executions.

9
Comments
3 min read
Leveraging Infrastructure as Code (IaC) for AWS Lambda: A Comparative Analysis of AWS SAM, Terraform, and Serverless Framework

Leveraging Infrastructure as Code (IaC) for AWS Lambda: A Comparative Analysis of AWS SAM, Terraform, and Serverless Framework

8
Comments
4 min read
Developing AWS Lambda Functions In Locally

Developing AWS Lambda Functions In Locally

8
Comments 2
11 min read
AWS Lambda@Edge

AWS Lambda@Edge

8
Comments 2
3 min read
How using Server-Timing API helped bring > 70% perf improvement

How using Server-Timing API helped bring > 70% perf improvement

8
Comments
8 min read
Streamlining Communication: Unleashing the Power of Slack API with Lambda Functions

Streamlining Communication: Unleashing the Power of Slack API with Lambda Functions

8
Comments 1
3 min read
Implement custom retry logic with SQS & Lambda - Part I - using SQS delayed messages

Implement custom retry logic with SQS & Lambda - Part I - using SQS delayed messages

8
Comments
4 min read
FaaS Comparison: AWS Lambda vs Azure Functions

FaaS Comparison: AWS Lambda vs Azure Functions

8
Comments 2
6 min read
A Go project with AWS (SNS, SQS, Lambda)

A Go project with AWS (SNS, SQS, Lambda)

8
Comments 2
12 min read
Triggering Lambda function with Application Load Balancer

Triggering Lambda function with Application Load Balancer

8
Comments 2
3 min read
Returning large objects from Lambda functions using stream responses

Returning large objects from Lambda functions using stream responses

8
Comments
7 min read
Is AWS Lambda Cold Start Still an Issue?

Is AWS Lambda Cold Start Still an Issue?

8
Comments 2
8 min read
Troubleshooting Async AWS Lambda Flows

Troubleshooting Async AWS Lambda Flows

8
Comments
7 min read
CloudFront Functions vs. Lambda@Edge: what's the difference?

CloudFront Functions vs. Lambda@Edge: what's the difference?

8
Comments 1
3 min read
Leveraging AWS Cognito with Serverless for User Authentication and Data Management

Leveraging AWS Cognito with Serverless for User Authentication and Data Management

7
Comments
8 min read
Serverless Computing 101: AWS Lambda and the Rise of Function-as-a-Service

Serverless Computing 101: AWS Lambda and the Rise of Function-as-a-Service

7
Comments
4 min read
Unlocking Scalability: Harnessing the Power of SQS and Lambda Integration

Unlocking Scalability: Harnessing the Power of SQS and Lambda Integration

7
Comments
6 min read
Leveraging Kinesis Stream and ElasticSearch with Serverless Framework

Leveraging Kinesis Stream and ElasticSearch with Serverless Framework

7
Comments
5 min read
Running an LLM inside an AWS Lambda Function

Running an LLM inside an AWS Lambda Function

7
Comments 1
7 min read
loading...