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

AWS Event-Driven Architecture Overview with Blue Sentry Cloud CTO Todd Bernson

Blue Sentry

AWS Event-Driven Architecture Overview Hi, I’m Todd Bernson – CTO at Blue Sentry Cloud and an AWS Ambassador with 12 AWS certifications. In this installment, I’ll be breaking down another common Cloud-native application architecture. AWS provides serverless compute in the form of AWS Lambda.

AWS 52
Insiders

Sign Up for our Newsletter

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

article thumbnail

Techniques and approaches for monitoring large language models on AWS

AWS Machine Learning - AI

Our proposed architecture provides a scalable and customizable solution for online LLM monitoring, enabling teams to tailor your monitoring solution to your specific use cases and requirements. A modular architecture, where each module can intake model inference data and produce its own metrics, is necessary.

article thumbnail

Use EventBridge to handle API requests

Xebia

This talk was about how you can create event-driven architectures. I am a fan of event-driven architectures. Because you do not need to invoke a Lambda function to handle the request. The response to the user is faster and you do not need to pay for the Lambda invocation. This is very useful for fire and forget patterns.

Lambda 130
article thumbnail

AWS Lambda: The Honcho of the Serverless World

RapidValue

One such service is their serverless computing service , AWS Lambda. For the uninitiated, Lambda is an event-driven serverless computing platform that lets you run code without managing or provisioning servers and involves zero administration. How does AWS Lambda Work. Why use AWS Lambda? Read on to know. zip or jar.

Lambda 61
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. So far in this series we’ve only been talking about processing a small number of events with Lambda, one after the other. Finally I mention Lambda’s limited, but not trivial, vertical scaling capability.

Lambda 52
article thumbnail

Orchestrate AWS Lambda using Camunda Cloud

Bernd Rucker

Powerful Serverless Function Orchestration using BPMN and Cloud-Native Workflow Technology Assume you want to coordinate multiple Lambdas to achieve a bigger goal. and how you can use BPMN and Camunda Cloud to orchestrate these three AWS Lambdas and provide an additional trip booking Lambda. Why Orchestration?

Lambda 52