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

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
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

How a Serverless Architecture Can Help You Secure Cloud-Native Applications

Tenable

The good news is that deploying these applications on a serverless architecture can make it easier to protect them. Cloud-native architecture has opened up new avenues for developers, bringing individual components out of monolithic server configurations and making them readily available as consumable services. Here’s why.

article thumbnail

Service Oriented Architecture with AWS Lambda: A Step-by-Step Tutorial

Toptal

AWS Lambda offers a relatively thin service with a rich set of ancillary configuration options, making it possible to implement easily scalable and maintainable applications leveraging these services.

Lambda 91
article thumbnail

Running Serverless Service as Serverfull

Dzone - DevOps

The most popular use case in current IT architecture is moving from Serverfull to Serverless design. In this article, we will be showing how to run Kumologica flow as a docker container. There are cases where we might need to design a service in a Serverfull manner or move to Serverfull as part of operational cost.

article thumbnail

Learning Lambda — Part 9

Mike Roberts

Scaling and State This is Part 9 of Learning Lambda, a tutorial series about engineering using AWS Lambda. To see the other articles in this series please visit the series home page. So far in this series we’ve only been talking about processing a small number of events with Lambda, one after the other. it just happens.

Lambda 52
article thumbnail

Performance Optimization for Multi-Layered Cloud Native AWS Application

Dzone - DevOps

Cloud-native application development in AWS often requires complex, layered architecture with synchronous and asynchronous interactions between multiple components, e.g., API Gateway, Microservices, Serverless Functions, and system of record integration.

AWS 78