Remove Architecture Remove Examples Remove Lambda Remove Testing
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

Building an automated unit testing pipeline for serverless applications

CircleCI

This tutorial covers: Using the Jest framework to set up unit testing for a serverless application. Running the tests locally. Building a pipeline to run tests and deploy the app. that simplifies the development and deployment of AWS Lambda functions. Unit testing lets you to test your application logic in isolation.

Insiders

Sign Up for our Newsletter

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

article thumbnail

Dynamic Routing with AWS Lambda@Edge

LaunchDarkly

Not only did TrueCar need to move their domain DNS entries, they also needed to revamp their entire architecture, software, and operational practices. To complicate issues, the legacy codebase and architecture had to remain in place while TrueCar built out a new platform for the transition.

Lambda 72
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

Lambda World Cádiz 18: Highlights

Apiumhub

Lambda world Cádiz , one of the most important conferences on functional programming in Europe, took place in Cádiz on October 25 and 26. Lambda World started with an unconference where several people gave lightning talks. Lambda World unconference . Lambda World workshops. The workshops were of a high level!

Lambda 62
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

Automatically scale self-hosted runners in AWS to meet demand

CircleCI

After setup, your team has access to a range of popular features available on the CircleCI Cloud platform, including parallelism and test splitting, debugging with SSH, and managing self-hosted runners directly in the CircleCI UI. The example repository includes a basic Node.js app and a CircleCI pipeline configuration to test it.

AWS 98