Remove Architecture Remove AWS Remove Definition Remove Lambda
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 your Honeycomb environment’s API key to AWS Secrets Manager.

Lambda 52
article thumbnail

High-performance computing on AWS

Xebia

How does High-Performance Computing on AWS differ from regular computing? HPC services on AWS Compute Technically you could design and build your own HPC cluster on AWS, it will work but you will spend time on plumbing and undifferentiated heavy lifting. AWS has two services to support your HPC workload.

AWS 147
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

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? You may ask.

Lambda 61
article thumbnail

AWS Microservices Architecture – Enabling Faster Application Development

RapidValue

In an effort to avoid the pitfalls that come with monolithic applications, Microservices aim to break your architecture into loosely-coupled components (or, services) that are easier to update independently, improve, scale and manage. Key Features of Microservices Architecture. Microservices Architecture on AWS.

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

Learning Lambda — Part 8

Mike Roberts

Cold Starts This is Part 8 of Learning Lambda, a tutorial series about engineering using AWS Lambda. In this installment of Learning Lambda I discuss Cold Starts. In this installment of Learning Lambda I discuss Cold Starts. Way back in Part 3 I talked about the lifecycle of a Lambda function.

Lambda 52
article thumbnail

Architect defense-in-depth security for generative AI applications using the OWASP Top 10 for LLMs

AWS Machine Learning - AI

Understanding and addressing LLM vulnerabilities, threats, and risks during the design and architecture phases helps teams focus on maximizing the economic and productivity benefits generative AI can bring. What are some ways to implement security and privacy controls in the development lifecycle for generative AI LLM applications on AWS?