Remove Blog Remove Events Remove Lambda Remove Testing
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.

Lambda 130
article thumbnail

Using design patterns in AWS Lambda

Xebia

In this blog post I will go over some reasons why you should be using design patterns in your Lambda functions Getting started To get started with AWS Lambda is quite easy, and this is also the reason why some crucial steps are skipped. Or use a compiled language like golang for your Lambda functions.

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

Stubbing AWS Service calls in Golang

Xebia

In my previous blog you can read why.) But I am also a big fan of test driven development. In this blog I will share my experience so far. Client } func New() (*Lambda, error) { cfg, err := config.LoadDefaultConfig(context.TODO()) m := new(Lambda) m.SetS3Client(s3.NewFromConfig(cfg)) PutObjectInput) (*s3.PutObjectOutput,

AWS 130
article thumbnail

How to Create Your First Lambda Function on AWS

MagmaLabs

In the beginning, the documentation for AWS LAMBDAS can be intimidating at times, but don’t worry, in this post, I will help you with the first steps to create an AWS LAMBDA Function. What’s a Lambda Function??. AWS Lambda is a compute service that lets you run code without provisioning or managing servers.

Lambda 98
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.

article thumbnail

Using SQS with Lambda | AWS DevOps Pro

Linux Academy

AWS Lambda. Event Sources and Event Triggers. Now for a sneak preview into one of the 25 new lessons already added to the course, let’s talk about AWS Lambda and specifically using AWS SQS as an Event Source for Lambda ( see the full lesson here ). Using AWS SQS as an Event Source for Lambda.

Lambda 60
article thumbnail

AWS Lambda Versioning and Aliases

Linux Academy

As I detailed in a previous blog post, I’m continuing to update the Linux Academy AWS DevOps Pro certification course. The course has three new sections (and Lambda Versioning and Aliases plays an important part in the Lambda section): Deployment Pipelines. AWS Lambda, and. AWS Lambda and Serverless Concepts.

Lambda 60