article thumbnail

Building Lambda Functions With Node.JS

Dzone - DevOps

Building Efficient Lambda Functions with Node.js: Unleashing the Power of Serverless Magic In the ever-evolving landscape of cloud computing, serverless architecture has emerged as a transformative paradigm, enabling developers to focus on code without the burden of managing infrastructure.

Lambda 79
article thumbnail

Top 5 Best Practices for Building Event-Driven Architectures Using Confluent and AWS Lambda

Confluent

Discover the top 5 best practices for building event-driven architectures using Confluent and AWS Lambda. Learn how to optimize your architecture for scalability, reliability, and performance.

Lambda 67
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

A Beginner’s Guide To Building Microservices With AWS Lambda

Dzone - DevOps

When used to construct microservices, AWS Lambda provides a route to craft scalable and flexible cloud-based applications. AWS Lambda supports code execution without server provisioning or management, rendering it an appropriate choice for microservices architecture.

Lambda 92
article thumbnail

Sending OpenTelemetry Data From AWS Lambda to Honeycomb

Honeycomb

In this post, I describe how to send OpenTelemetry (OTel) data from an AWS Lambda instance to Honeycomb. I will be showing these steps using a Lambda written in Python and created and deployed using AWS Serverless Application Model (AWS SAM). Add OTel and Honeycomb environment variables to your template configuration for your Lambda.

Lambda 52
article thumbnail

Fargate vs. Lambda: The Battle of the Future

Dzone - DevOps

Fargate vs. Lambda has recently been a trending topic in the serverless space. Fargate and Lambda are two popular serverless computing options available within the AWS ecosystem. This blog aims to take a deeper look into the Fargate vs. This blog aims to take a deeper look into the Fargate vs. Lambda battle.

Lambda 94
article thumbnail

How to Overcome Challenges With AWS Lambda Logging

DevOps.com

Monitoring AWS Lambda can be a complex and potentially costly endeavor. According to the O’Reilly “Serverless Survey 2019,” around 40% of respondents said they had implemented serverless architecture. The post How to Overcome Challenges With AWS Lambda Logging appeared first on DevOps.com.

Lambda 143
article thumbnail

Use Sidecar Pattern in AWS Lambda To Optimize Your Microservices Architecture

Dzone - DevOps

Microservices architecture is becoming increasingly popular as it enables organizations to build complex, scalable applications by breaking them down into smaller, independent services. The secondary container or process is referred to as the sidecar container or sidecar process.