Remove Events Remove Lambda Remove Resources Remove Serverless
article thumbnail

AWS Lambda Benchmarking

Xebia

In this blog post, we examine the relative costs of different language runtimes on AWS Lambda. Many languages can be used with AWS Lambda today, so we focus on four interesting ones. Rust just came to AWS Lambda in November 2023 , so probably a lot of folks are wondering whether to try it out. The maximum injection size is 500.

Lambda 130
article thumbnail

Using Golang for your AWS Lambda Functions

Xebia

I was sparked on a XKE to do a short experiment with using Golang for my AWS Lambda Functions. Tutorial Let’s deploy a small stack including a single Lambda function. But it contains the AWS::Serverless-2016-10-31 transformation. This allows you to use the AWS::Serverless::Function resource.

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

Use StepFunctions to simplify your serverless applications

Xebia

Use StepFunctions to simplify your serverless applications AWS StepFunctions is a great orchestrating tool for your serverless applications. When you write lambda functions that only contain logic to perform a single task they are easier to test. And we will place this content in the ObjectBody parameter of the event.

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. However, it can be challenging to protect cloud-native applications that leverage serverless functions like AWS Lambda, Google Cloud Functions, and Azure Functions and Azure App Service. What is serverless?

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). AWS Lambda, Honeycomb, and OpenTelemetry all provide thorough documentation.

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. The Serverless framework is an open-source framework written in Node.js that simplifies the development and deployment of AWS Lambda functions. It builds on the learnings from the Deploying a serverless application blog post.

article thumbnail

Building a Serverless Application on AWS With AWS SAM

Dzone - DevOps

Welcome to this step-by-step guide on building a serverless application on AWS using AWS SAM ( Serverless Application Model ). In this tutorial, we will walk you through the process of defining and managing AWS resources, such as AWS Lambda functions, SQS queues, and SNS topics, using SAM template model code.