ALTERNATE UNIVERSE DEV

# lambda

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Technical Documentation Blog For AWS Services: AWS Lambda

Technical Documentation Blog For AWS Services: AWS Lambda

5
Comments
2 min read
Sending Emails with Spring Boot, AWS SES, and Serverless Lambda for Scalable Solutions

Sending Emails with Spring Boot, AWS SES, and Serverless Lambda for Scalable Solutions

Comments
3 min read
AWS Re:Invent announcement: Lambda SnapStart for .Net - let's try it!

AWS Re:Invent announcement: Lambda SnapStart for .Net - let's try it!

Comments
8 min read
Schedule Events in EventBridge with Lambda

Schedule Events in EventBridge with Lambda

Comments
4 min read
Ingesting Data in F# with Aether: A Practical Guide to Using Lenses, Prisms, and Morphisms

Ingesting Data in F# with Aether: A Practical Guide to Using Lenses, Prisms, and Morphisms

Comments
5 min read
How to Create a Lambda Function to Export IAM Users to S3 as a CSV File

How to Create a Lambda Function to Export IAM Users to S3 as a CSV File

Comments
2 min read
New explorations at Serverless day

New explorations at Serverless day

Comments
3 min read
6 Tips to Be an AWS Lambda Legend

6 Tips to Be an AWS Lambda Legend

Comments
2 min read
Lambda vs. Named Functions: Choosing the Right Tool for the Job

Lambda vs. Named Functions: Choosing the Right Tool for the Job

Comments
4 min read
Automating AWS Cost Management Reports with Lambda

Automating AWS Cost Management Reports with Lambda

Comments
1 min read
My (non-AI) AWS re:Invent 24 picks

My (non-AI) AWS re:Invent 24 picks

Comments
6 min read
Optimizing AWS Lambda Performance with Node.js: Minimizing Cold Start Latency

Optimizing AWS Lambda Performance with Node.js: Minimizing Cold Start Latency

Comments
2 min read
Turbocharging AWS Lambda: How to eliminate cold starts forever

Turbocharging AWS Lambda: How to eliminate cold starts forever

4
Comments
3 min read
Optimizing AWS Lambda Performance with Node.js: Minimizing Cold Start Latency

Optimizing AWS Lambda Performance with Node.js: Minimizing Cold Start Latency

Comments
2 min read
How to: Puppeteer in AWS Docker Lambda

How to: Puppeteer in AWS Docker Lambda

Comments
3 min read
AWS CloudWatch Logging and Live Tail using AWS CLI!

AWS CloudWatch Logging and Live Tail using AWS CLI!

Comments
4 min read
Java’s Functional Programming: the OOP influence

Java’s Functional Programming: the OOP influence

1
Comments
3 min read
AWS CloudWatch Logging and Live Tail using Python/Boto3 SDK!

AWS CloudWatch Logging and Live Tail using Python/Boto3 SDK!

Comments
4 min read
What Are the Key Differences Between AWS EC2 and AWS Lambda?

What Are the Key Differences Between AWS EC2 and AWS Lambda?

Comments
4 min read
Installing Python Dependencies on AWS Lambda Using EFS

Installing Python Dependencies on AWS Lambda Using EFS

Comments
3 min read
Construyendo un Procesador de Imágenes Escalable con SQS y Lambda

Construyendo un Procesador de Imágenes Escalable con SQS y Lambda

Comments
5 min read
Global Disaster recovery for AWS Aurora

Global Disaster recovery for AWS Aurora

Comments
3 min read
AWS Lambda enhanced local IDE experience with AI support

AWS Lambda enhanced local IDE experience with AI support

Comments
3 min read
How to debug Lambda to ec2 - AWS policy?

How to debug Lambda to ec2 - AWS policy?

Comments
3 min read
Crafting a Custom SAM Template for Your AWS Lambda Function, Resource, and Operations

Crafting a Custom SAM Template for Your AWS Lambda Function, Resource, and Operations

1
Comments
5 min read
Automatização de Reboots de Instâncias EC2 com CloudWatch, EventBridge e Lambda

Automatização de Reboots de Instâncias EC2 com CloudWatch, EventBridge e Lambda

Comments
3 min read
Lambdas in Java

Lambdas in Java

Comments
3 min read
Integrating HubSpot with AWS Lambda

Integrating HubSpot with AWS Lambda

1
Comments
4 min read
Guarantee message deliveries for real-time WebSocket APIs with Serverless on AWS

Guarantee message deliveries for real-time WebSocket APIs with Serverless on AWS

2
Comments
4 min read
Building a Scalable Serverless Image Processing Pipeline with AWS SQS and Lambda

Building a Scalable Serverless Image Processing Pipeline with AWS SQS and Lambda

5
Comments
4 min read
Avoiding the SQS Event Mapping Trap 💥 in Lambda

Avoiding the SQS Event Mapping Trap 💥 in Lambda

11
Comments
8 min read
Ajustando Limites de Concorrência do AWS Lambda para Minimizar Throttling

Ajustando Limites de Concorrência do AWS Lambda para Minimizar Throttling

Comments
2 min read
How to reuse variables in your Lambda across invocations and know when it's about to terminate

How to reuse variables in your Lambda across invocations and know when it's about to terminate

7
Comments
4 min read
AWS Serverless Generative AI: Amazon Nova Reel Foundation Model with Bedrock and Lambda

AWS Serverless Generative AI: Amazon Nova Reel Foundation Model with Bedrock and Lambda

5
Comments
3 min read
Going Serverless with Dart: AWS Lambda for Flutter Devs

Going Serverless with Dart: AWS Lambda for Flutter Devs

Comments
8 min read
How to validate requests when using AWS Lambda Function Url

How to validate requests when using AWS Lambda Function Url

4
Comments
4 min read
AWS Serverless and Generative AI with Lambda and Bedrock!

AWS Serverless and Generative AI with Lambda and Bedrock!

6
Comments
3 min read
Building Scalable Infrastructure with AWS CDK: A Developer’s Guide to Best Practices

Building Scalable Infrastructure with AWS CDK: A Developer’s Guide to Best Practices

2
Comments
3 min read
Introduction to Serverless Architecture

Introduction to Serverless Architecture

6
Comments
8 min read
The Ultimate Guide to AWS Lambda

The Ultimate Guide to AWS Lambda

12
Comments
11 min read
AWS CloudWatch Logging and Live Tail!

AWS CloudWatch Logging and Live Tail!

2
Comments
3 min read
How to resolve 'yaml: found character that cannot start any token'

How to resolve 'yaml: found character that cannot start any token'

Comments
1 min read
Fine-Tune Your Serverless REST APIs with AWS Lambda Power Tuning

Fine-Tune Your Serverless REST APIs with AWS Lambda Power Tuning

Comments
5 min read
Syncing Data in Near Real-Time: Integrate DynamoDB and OpenSearch

Syncing Data in Near Real-Time: Integrate DynamoDB and OpenSearch

Comments
4 min read
Reduce AWS Lambda Cold Starts in .NET

Reduce AWS Lambda Cold Starts in .NET

15
Comments
5 min read
AWS Lambda now supports using a custom serializer with Java runtimes

AWS Lambda now supports using a custom serializer with Java runtimes

1
Comments
1 min read
Secrets Management in .NET Lambda

Secrets Management in .NET Lambda

Comments
4 min read
From Internal Server Error to Success: Debugging AWS Lambda and API Gateway

From Internal Server Error to Success: Debugging AWS Lambda and API Gateway

Comments
3 min read
Unpacking Lambda Expressions: What They Are and Why They Matter

Unpacking Lambda Expressions: What They Are and Why They Matter

8
Comments
4 min read
Create an API to get data from your DynamoDB Database using CDK

Create an API to get data from your DynamoDB Database using CDK

Comments
1 min read
Add Logging to AWS Lambda Without Redeploying Using a Simple Extension

Add Logging to AWS Lambda Without Redeploying Using a Simple Extension

3
Comments
2 min read
Efficiently Handling High Concurrency with AWS Lambda SnapStart: A Step-by-Step Guide

Efficiently Handling High Concurrency with AWS Lambda SnapStart: A Step-by-Step Guide

2
Comments
5 min read
Lambda Performance Evaluation: The Relationship Between Memory and Internal vCPU Architecture, and Their Comparison

Lambda Performance Evaluation: The Relationship Between Memory and Internal vCPU Architecture, and Their Comparison

1
Comments
6 min read
Upgrading Lambda function from Python 3.8 to Higher

Upgrading Lambda function from Python 3.8 to Higher

5
Comments
4 min read
How to build an API with Lambdas, API Gateway and deploy with AWS CDK

How to build an API with Lambdas, API Gateway and deploy with AWS CDK

Comments
1 min read
Releasing Idle Elastic IPs on AWS to Save Costs

Releasing Idle Elastic IPs on AWS to Save Costs

3
Comments
3 min read
Run Next.js in AWS Lambda

Run Next.js in AWS Lambda

5
Comments
2 min read
🌟 Protecting AWS Lambda Code with Customer Managed Key (CMK) Encryption: Why and How with Examples 🔐

🌟 Protecting AWS Lambda Code with Customer Managed Key (CMK) Encryption: Why and How with Examples 🔐

4
Comments
3 min read
AWS Lambda Log Aggregation Using CloudWatch Custom Log Group & Logs Insights!

AWS Lambda Log Aggregation Using CloudWatch Custom Log Group & Logs Insights!

6
Comments
4 min read
AWS Lambda recursive loop detection can now automatically detect and stop recursive loops between AWS Lambda and Amazon S3

AWS Lambda recursive loop detection can now automatically detect and stop recursive loops between AWS Lambda and Amazon S3

Comments
1 min read
loading...